Html Css Color HEX #908012 Lemon Ginger

📋 copy color: '#908012'

red 144 ◦ green 128 ◦ blue 18

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

Shades of Lemon Ginger #908012

Tints of Lemon Ginger #908012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 49.66%
G = 44.14%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#908012 (or 0x908012) is known color: Lemon Ginger. HEX triplet: 90, 80 and 12. RGB value is (144,128,18). Sum of RGB (Red+Green+Blue) = 144+128+18=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #908012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908012 is #6F7FED. Grayscale: #787878. Windows color (decimal): -7307246 or 1212560. OLE color: 1212560.

HSL color Cylindrical-coordinate representation of color #908012: hue angle of 52.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908012 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 18 -
CMYK 0 0.11 0.88 0.44
HSL 52.38º 0.78% 0.32% -
HSV(B) 52.38º 0.88% 0.56% -
XYZ 19.33 21.41 3.69 -
YUV 120.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 144 128 18 0 0.11 0.88 0.44 52.38 0.78 0.32
Hex 90 80 12 0 B 58 2C 34 4E 20
Octal 220 200 22 0 13 130 54 64 116 40
Binary 10010000 10000000 10010 0 1011 1011000 101100 110100 1001110 100000

Color Harmonies of #908012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908012

Black with #908012

Text Example


Text Example

White with #908012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908012; }

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

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

background-color css

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

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

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

border-color css

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

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

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