Html Css Color HEX #917E32 Lemon Ginger

📋 copy color: '#917E32'

red 145 ◦ green 126 ◦ blue 50

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

Shades of Lemon Ginger #917E32

Tints of Lemon Ginger #917E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 45.17%
G = 39.25%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#917E32 (or 0x917E32) is known color: Lemon Ginger. HEX triplet: 91, 7E and 32. RGB value is (145,126,50). Sum of RGB (Red+Green+Blue) = 145+126+50=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #917E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E32 is #6E81CD. Grayscale: #7B7B7B. Windows color (decimal): -7242190 or 3309201. OLE color: 3309201.

HSL color Cylindrical-coordinate representation of color #917E32: hue angle of 48º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #917E32 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 50 -
CMYK 0 0.13 0.66 0.43
HSL 48º 0.49% 0.38% -
HSV(B) 48º 0.66% 0.57% -
XYZ 19.71 21.17 6.07 -
YUV 123.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 145 126 50 0 0.13 0.66 0.43 48 0.49 0.38
Hex 91 7E 32 0 D 42 2B 30 31 26
Octal 221 176 62 0 15 102 53 60 61 46
Binary 10010001 1111110 110010 0 1101 1000010 101011 110000 110001 100110

Color Harmonies of #917E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E32

Black with #917E32

Text Example


Text Example

White with #917E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E32; }

 p { color: rgb(145,126,50); }

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

background-color css

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

 a { background-color: rgb(145,126,50); }

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

border-color css

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

 span { border-color: rgb(145,126,50); }

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