#99932B

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

Shades of Lemon Ginger #99932B

Tints of Lemon Ginger #99932B

Color information

#99932B (or 0x99932B) is unknown color: approx Lemon Ginger. HEX triplet: 99, 93 and 2B. RGB value is (153,147,43). Sum of RGB (Red+Green+Blue) = 153+147+43=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99932B is #666CD4. Grayscale: #898989. Windows color (decimal): -6712533 or 2855833. OLE color: 2855833.

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

Color convert

RGB15314743-
CMYK00.040.720.4
HSL56.73º56.12%38.43%-
HSV(B)56.73º71.9%60%-
XYZ24.0127.816.39-
YUV136.9474.99139.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=44.61%
G=42.86%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531474300.040.720.456.7356.1238.43
Hex99932B044828393826
Octal231223530411050717046
Binary100110011001001110101101001001000101000111001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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