#999121

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

Shades of Lemon Ginger #999121

Tints of Lemon Ginger #999121

Color information

#999121 (or 0x999121) is unknown color: approx Lemon Ginger. HEX triplet: 99, 91 and 21. RGB value is (153,145,33). Sum of RGB (Red+Green+Blue) = 153+145+33=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #999121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999121 is #666EDE. Grayscale: #878787. Windows color (decimal): -6713055 or 2199961. OLE color: 2199961.

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

Color convert

RGB15314533-
CMYK00.050.780.4
HSL56º64.52%36.47%-
HSV(B)56º78.43%60%-
XYZ23.5427.135.44-
YUV134.6270.65141.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=46.22%
G=43.81%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531453300.050.780.45664.5236.47
Hex999121054E28384124
Octal2312214105116507010144
Binary1001100110010001100001010110011101010001110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999121; }

 p { color: rgb(153,145,33); }

 H1.HeaderClassName
 {
   color: #999121;
 }
 .AnyTagClassName
 {
   color: #999121;
 }
</style>
background-color css

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

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

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

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

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

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