COLOR #999900

HEX: #999900
RGB: (153,153,0)

Color info

#999900 contains only red and green colors. #999900 color is web safe color. It maybe written shortly as #990.

RGB color model

#999900 color RGB value is (153,153,0).

  • red value is 153;
  • green value is 153;
  • blue value is 0.
RGB:
(153,153,0)
(60%,60%,0%)

RGB channels and saturation

R 153 of 255 = 60%
G 153 of 255 = 60%
B 0 of 255 = 0%

153
153
0

R + G + B ~ 40%. #999900 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 0 = 306 (100%)
R 153 of 306 ~ 50%
G 153 of 306 ~ 50%
B 0 of 306 ~ 0%

%50
%50

CMYK color model

#999900 color CMYK value is (0,0,100,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.00%
CMYK:
(0,0,100,40)
C0M0Y100K40 
(0%,0%,100%,40%)
(0.00/0.00/1.00/0.40)	

CMYK percentages

%0
%0
%100
%40

Codes

Color #999900 in popluar color models

999900
RGB1531530
HSL60°100.00%30.00%
HSB/HSV60°100.00%60.00%
CMYK0.00%0.00%100.00%
40.00%

Color #999900 in popluar number systems.

HEX999900
Decimal1531530
Binary10011001100110010
Octal2312310

Shades and tints

Shades of #999900

#999900
(153,153,0)
#8C8C00
(140,140,0)
#7F7F00
(127,127,0)
#727200
(114,114,0)
#656500
(101,101,0)
#585800
(88,88,0)
#4B4B00
(75,75,0)
#3E3E00
(62,62,0)
#313100
(49,49,0)
#242400
(36,36,0)
#171700
(23,23,0)
#000000
(0,0,0)

Tints of #999900

#999900
(153,153,0)
#A2A217
(162,162,23)
#ABAB2E
(171,171,46)
#B4B445
(180,180,69)
#BDBD5C
(189,189,92)
#C6C673
(198,198,115)
#CFCF8A
(207,207,138)
#D8D8A1
(216,216,161)
#E1E1B8
(225,225,184)
#EAEACF
(234,234,207)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999900 color. Also use rgb(153,153,0) instead hex code.

Text Font Color

.myTextColor { color: #999900; }

<p style="color:#999900">This sample text font color is #999900.</p>

This text font color is #999900.


Background Color

.myBgColor { background-color: #999900; }

<div style="background-color:#999900">Inner text</div>

This div background color is #999900.


Border color

.myBorderColor { border: 1px solid #999900; }

<div style="border:3px solid #999900">Div</div>

This div border color is #999900.


Opacity

.myOpacity80 { color: #999900; opacity: 0.8; }

<p style="color:#999900;opacity:0.8;">80%</p>

Text with #999900 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #999900;}

<p style="text-shadow: 3px 3px 1px #999900">Text here.</p>

This text has shadow with #999900 color.

.textShadow {text-shadow: 3px 3px 1px #999900, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #999900, 5px 5px 20px red">Text here.</p>

This text has shadow with #999900 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999900, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#999900, Direction=45, Strength=4)">Text</p>

This text has shadow with #999900 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #999900;
  -webkit-box-shadow:	1px 1px 3px 2px #999900;
  box-shadow:		1px 1px 3px 2px #999900;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999900;
-webkit-box-shadow: 1px 1px 3px 2px #999900;
box-shadow:1px 1px 3px 2px #999900;">
Div content here</div>
This div box has shadow with color #999900.

Preview

Color preview on black background

This text has color #999900 on black background.


Color preview on white background

This text has color #999900 on white background.



Black color preview on #999900 background

This text has black color on #999900 background.


White color preview on #999900 background

This text has white color on #999900 background.