#99932A

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

Shades of Lemon Ginger #99932A

Tints of Lemon Ginger #99932A

Color information

#99932A (or 0x99932A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 93 and 2A. RGB value is (153,147,42). Sum of RGB (Red+Green+Blue) = 153+147+42=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99932A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99932A is #666CD5. Grayscale: #898989. Windows color (decimal): -6712534 or 2790297. OLE color: 2790297.

HSL color Cylindrical-coordinate representation of color #99932A: hue angle of 56.76º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99932A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15314742-
CMYK00.040.730.4
HSL56.76º56.92%38.24%-
HSV(B)56.76º72.55%60%-
XYZ23.9927.816.29-
YUV136.8274.49139.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=44.74%
G=42.98%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531474200.040.730.456.7656.9238.24
Hex99932A044928393926
Octal231223520411150717146
Binary100110011001001110101001001001001101000111001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99932A; }

 p { color: rgb(153,147,42); }

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

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

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

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

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

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

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