Html Css Color HEX #908016 Lemon Ginger

📋 copy color: '#908016'

red 144 ◦ green 128 ◦ blue 22

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

Shades of Lemon Ginger #908016

Tints of Lemon Ginger #908016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

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

R = 48.98%
G = 43.54%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908016 (or 0x908016) is known color: Lemon Ginger. HEX triplet: 90, 80 and 16. RGB value is (144,128,22). Sum of RGB (Red+Green+Blue) = 144+128+22=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908016 is #6F7FE9. Grayscale: #797979. Windows color (decimal): -7307242 or 1474704. OLE color: 1474704.

HSL color Cylindrical-coordinate representation of color #908016: hue angle of 52.13º 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 #908016 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 22 -
CMYK 0 0.11 0.85 0.44
HSL 52.13º 0.73% 0.33% -
HSV(B) 52.13º 0.85% 0.56% -
XYZ 19.37 21.43 3.87 -
YUV 120.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 144 128 22 0 0.11 0.85 0.44 52.13 0.73 0.33
Hex 90 80 16 0 B 55 2C 34 49 21
Octal 220 200 26 0 13 125 54 64 111 41
Binary 10010000 10000000 10110 0 1011 1010101 101100 110100 1001001 100001

Color Harmonies of #908016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908016

Black with #908016

Text Example


Text Example

White with #908016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908016; }

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

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

background-color css

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

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

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

border-color css

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

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

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