#99892A

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

Shades of Lemon Ginger #99892A

Tints of Lemon Ginger #99892A

Color information

#99892A (or 0x99892A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 89 and 2A. RGB value is (153,137,42). Sum of RGB (Red+Green+Blue) = 153+137+42=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99892A is #6676D5. Grayscale: #838383. Windows color (decimal): -6715094 or 2787737. OLE color: 2787737.

HSL color Cylindrical-coordinate representation of color #99892A: hue angle of 51.35º 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 #99892A is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15313742-
CMYK00.100.730.4
HSL51.35º56.92%38.24%-
HSV(B)51.35º72.55%60%-
XYZ22.524.835.8-
YUV130.9577.8143.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=46.08%
G=41.27%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531374200.100.730.451.3556.9238.24
Hex99892A0A4928333926
Octal2312115201211150637146
Binary1001100110001001101010010101001001101000110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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