Html Css Color HEX #918211 Lemon Ginger

📋 copy color: '#918211'

red 145 ◦ green 130 ◦ blue 17

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

Shades of Lemon Ginger #918211

Tints of Lemon Ginger #918211

RGB

 RED value IS 145 (57.03% from 255) = 49.66%

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

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

R = 49.66%
G = 44.52%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918211 (or 0x918211) is known color: Lemon Ginger. HEX triplet: 91, 82 and 11. RGB value is (145,130,17). Sum of RGB (Red+Green+Blue) = 145+130+17=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #918211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918211 is #6E7DEE. Grayscale: #7A7A7A. Windows color (decimal): -7241199 or 1147537. OLE color: 1147537.

HSL color Cylindrical-coordinate representation of color #918211: hue angle of 52.97º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #918211 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 17 -
CMYK 0 0.10 0.88 0.43
HSL 52.97º 0.79% 0.32% -
HSV(B) 52.97º 0.88% 0.57% -
XYZ 19.76 22.03 3.74 -
YUV 121.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 145 130 17 0 0.10 0.88 0.43 52.97 0.79 0.32
Hex 91 82 11 0 A 58 2B 35 4F 20
Octal 221 202 21 0 12 130 53 65 117 40
Binary 10010001 10000010 10001 0 1010 1011000 101011 110101 1001111 100000

Color Harmonies of #918211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918211

Black with #918211

Text Example


Text Example

White with #918211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918211; }

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

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

background-color css

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

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

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

border-color css

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

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

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