Html Css Color HEX #908211 Lemon Ginger

📋 copy color: '#908211'

red 144 ◦ green 130 ◦ blue 17

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

Shades of Lemon Ginger #908211

Tints of Lemon Ginger #908211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 49.48%
G = 44.67%
B = 5.84%

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

#908211 (or 0x908211) is known color: Lemon Ginger. HEX triplet: 90, 82 and 11. RGB value is (144,130,17). Sum of RGB (Red+Green+Blue) = 144+130+17=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #908211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908211 is #6F7DEE. Grayscale: #797979. Windows color (decimal): -7306735 or 1147536. OLE color: 1147536.

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

Color convert

RGB 144 130 17 -
CMYK 0 0.10 0.88 0.44
HSL 53.39º 0.79% 0.32% -
HSV(B) 53.39º 0.88% 0.56% -
XYZ 19.59 21.94 3.73 -
YUV 121.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 144 130 17 0 0.10 0.88 0.44 53.39 0.79 0.32
Hex 90 82 11 0 A 58 2C 35 4F 20
Octal 220 202 21 0 12 130 54 65 117 40
Binary 10010000 10000010 10001 0 1010 1011000 101100 110101 1001111 100000

Color Harmonies of #908211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908211

Black with #908211

Text Example


Text Example

White with #908211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908211; }

 p { color: rgb(144,130,17); }

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

background-color css

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

 a { background-color: rgb(144,130,17); }

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

border-color css

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

 span { border-color: rgb(144,130,17); }

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