Html Css Color HEX #908816 Lemon Ginger

📋 copy color: '#908816'

red 144 ◦ green 136 ◦ blue 22

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

Shades of Lemon Ginger #908816

Tints of Lemon Ginger #908816

RGB

 RED value IS 144 (56.64% from 255) = 47.68%

 GREEN value IS 136 (53.52% from 255) = 45.03%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 47.68%
G = 45.03%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908816 (or 0x908816) is known color: Lemon Ginger. HEX triplet: 90, 88 and 16. RGB value is (144,136,22). Sum of RGB (Red+Green+Blue) = 144+136+22=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #908816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908816 is #6F77E9. Grayscale: #7D7D7D. Windows color (decimal): -7305194 or 1476752. OLE color: 1476752.

HSL color Cylindrical-coordinate representation of color #908816: hue angle of 56.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908816 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 22 -
CMYK 0 0.06 0.85 0.44
HSL 56.07º 0.73% 0.33% -
HSV(B) 56.07º 0.85% 0.56% -
XYZ 20.45 23.6 4.24 -
YUV 125.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 144 136 22 0 0.06 0.85 0.44 56.07 0.73 0.33
Hex 90 88 16 0 6 55 2C 38 49 21
Octal 220 210 26 0 6 125 54 70 111 41
Binary 10010000 10001000 10110 0 110 1010101 101100 111000 1001001 100001

Color Harmonies of #908816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908816

Black with #908816

Text Example


Text Example

White with #908816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908816; }

 p { color: rgb(144,136,22); }

 H1.HeaderClassName
 {
   color: #908816;
 }
 .AnyTagClassName
 {
   color: #908816;
 }
</style>

background-color css

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

 a { background-color: rgb(144,136,22); }

 div.DivClassName
 {
   background-color: #908816;
 }
 .BgClassName
 {
   background-color: #908816;
 }
</style>

border-color css

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

 span { border-color: rgb(144,136,22); }

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