Html Css Color HEX #99902A Lemon Ginger

📋 copy color: '#99902A'

red 153 ◦ green 144 ◦ blue 42

#99902A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #99902A

Tints of Lemon Ginger #99902A

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.8% from 255) = 12.39%

R = 45.13%
G = 42.48%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99902A (or 0x99902A) is known color: 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

RGB 153 144 42 -
CMYK 0 0.06 0.73 0.4
HSL 55.14º 0.57% 0.38% -
HSV(B) 55.14º 0.73% 0.6% -
XYZ 23.53 26.89 6.14 -
YUV 135.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 153 144 42 0 0.06 0.73 0.4 55.14 0.57 0.38
Hex 99 90 2A 0 6 49 28 37 39 26
Octal 231 220 52 0 6 111 50 67 71 46
Binary 10011001 10010000 101010 0 110 1001001 101000 110111 111001 100110

Color Harmonies of #99902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99902A

Black with #99902A

Text Example


Text Example

White with #99902A

Text Example


Text Example

HTML Codes & Css Web 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>