Html Css Color HEX #908112 Lemon Ginger

📋 copy color: '#908112'

red 144 ◦ green 129 ◦ blue 18

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

Shades of Lemon Ginger #908112

Tints of Lemon Ginger #908112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

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

R = 49.48%
G = 44.33%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#908112 (or 0x908112) is known color: Lemon Ginger. HEX triplet: 90, 81 and 12. RGB value is (144,129,18). Sum of RGB (Red+Green+Blue) = 144+129+18=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #908112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908112 is #6F7EED. Grayscale: #797979. Windows color (decimal): -7306990 or 1212816. OLE color: 1212816.

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

Color convert

RGB 144 129 18 -
CMYK 0 0.10 0.88 0.44
HSL 52.86º 0.78% 0.32% -
HSV(B) 52.86º 0.88% 0.56% -
XYZ 19.46 21.67 3.73 -
YUV 120.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 144 129 18 0 0.10 0.88 0.44 52.86 0.78 0.32
Hex 90 81 12 0 A 58 2C 35 4E 20
Octal 220 201 22 0 12 130 54 65 116 40
Binary 10010000 10000001 10010 0 1010 1011000 101100 110101 1001110 100000

Color Harmonies of #908112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908112

Black with #908112

Text Example


Text Example

White with #908112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908112; }

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

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

background-color css

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

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

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

border-color css

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

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

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