#99902A

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

Shades of Lemon Ginger #99902A

Tints of Lemon Ginger #99902A

Color information

#99902A (or 0x99902A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 90 and 2A. RGB value is (153,144,42). Sum of RGB (Red+Green+Blue) = 153+144+42=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #99902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99902A is #666FD5. Grayscale: #878787. Windows color (decimal): -6713302 or 2789529. OLE color: 2789529.

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

Color convert

RGB15314442-
CMYK00.060.730.4
HSL55.14º56.92%38.24%-
HSV(B)55.14º72.55%60%-
XYZ23.5326.896.14-
YUV135.0675.48140.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=45.13%
G=42.48%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531444200.060.730.455.1456.9238.24
Hex99902A064928373926
Octal231220520611150677146
Binary100110011001000010101001101001001101000110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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