Html Css Color HEX #917A20 Lemon Ginger

📋 copy color: '#917A20'

red 145 ◦ green 122 ◦ blue 32

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

Shades of Lemon Ginger #917A20

Tints of Lemon Ginger #917A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 48.49%
G = 40.8%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#917A20 (or 0x917A20) is known color: Lemon Ginger. HEX triplet: 91, 7A and 20. RGB value is (145,122,32). Sum of RGB (Red+Green+Blue) = 145+122+32=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #917A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A20 is #6E85DF. Grayscale: #767676. Windows color (decimal): -7243232 or 2128529. OLE color: 2128529.

HSL color Cylindrical-coordinate representation of color #917A20: hue angle of 47.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #917A20 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 32 -
CMYK 0 0.16 0.78 0.43
HSL 47.79º 0.64% 0.35% -
HSV(B) 47.79º 0.78% 0.57% -
XYZ 18.9 20.04 4.24 -
YUV 118.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 145 122 32 0 0.16 0.78 0.43 47.79 0.64 0.35
Hex 91 7A 20 0 10 4E 2B 30 40 23
Octal 221 172 40 0 20 116 53 60 100 43
Binary 10010001 1111010 100000 0 10000 1001110 101011 110000 1000000 100011

Color Harmonies of #917A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A20

Black with #917A20

Text Example


Text Example

White with #917A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,32); }

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

background-color css

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

 a { background-color: rgb(145,122,32); }

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

border-color css

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

 span { border-color: rgb(145,122,32); }

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