#999900

Color #999900 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #999900

Tints of Citrus #999900

Color information

#999900 (or 0x999900) is unknown color: approx 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

RGB1531530-
CMYK0010.4
HSL60º100%30%-
HSV(B)60º100%60%-
XYZ24.5329.554.41-
YUV135.5651.5140.44-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315300010.46010030
Hex999900064283c641e
Octal231231000144507414436
Binary10011001100110010001100100101000111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>