Html Css Color HEX #999900 Citrus

📋 copy color: '#999900'

red 153 ◦ green 153 ◦ blue 0

#999900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #999900

Tints of Citrus #999900

RGB

 RED value IS 153 (60.16% from 255) = 50%

 GREEN value IS 153 (60.16% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#999900 (or 0x999900) is known color: Citrus. HEX triplet: 99, 99 and 00. RGB value is (153,153,0). Sum of RGB (Red+Green+Blue) = 153+153+0=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999900 is a web safe color. Inversed color of #999900 is #6666FF. Grayscale: #888888. Windows color (decimal): -6711040 or 39321. OLE color: 39321.

HSL color Cylindrical-coordinate representation of color #999900: hue angle of 60º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #999900 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 0 -
CMYK 0 0 1 0.4
HSL 60º 1% 0.3% -
HSV(B) 60º 1% 0.6% -
XYZ 24.53 29.55 4.41 -
YUV 135.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 153 153 0 0 0 1 0.4 60 1 0.3
Hex 99 99 0 0 0 64 28 3C 64 1E
Octal 231 231 0 0 0 144 50 74 144 36
Binary 10011001 10011001 0 0 0 1100100 101000 111100 1100100 11110

Color Harmonies of #999900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999900

Black with #999900

Text Example


Text Example

White with #999900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999900; }

 p { color: rgb(153,153,0); }

 H1.HeaderClassName
 {
   color: #999900;
 }
 .AnyTagClassName
 {
   color: #999900;
 }
</style>

background-color css

<style>
 a { background-color: #999900; }

 a { background-color: rgb(153,153,0); }

 div.DivClassName
 {
   background-color: #999900;
 }
 .BgClassName
 {
   background-color: #999900;
 }
</style>

border-color css

<style>
 span { border-color: #999900; }

 span { border-color: rgb(153,153,0); }

 td.TdClassName
 {
   border-color: #999900;
 }
 .TagClassName
 {
   border-color: #999900;
 }
</style>