Html Css Color HEX #917D34 Lemon Ginger

📋 copy color: '#917D34'

red 145 ◦ green 125 ◦ blue 52

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

Shades of Lemon Ginger #917D34

Tints of Lemon Ginger #917D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 45.03%
G = 38.82%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#917D34 (or 0x917D34) is known color: Lemon Ginger. HEX triplet: 91, 7D and 34. RGB value is (145,125,52). Sum of RGB (Red+Green+Blue) = 145+125+52=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #917D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D34 is #6E82CB. Grayscale: #7A7A7A. Windows color (decimal): -7242444 or 3440017. OLE color: 3440017.

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

Color convert

RGB 145 125 52 -
CMYK 0 0.14 0.64 0.43
HSL 47.1º 0.47% 0.39% -
HSV(B) 47.1º 0.64% 0.57% -
XYZ 19.63 20.93 6.26 -
YUV 122.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 145 125 52 0 0.14 0.64 0.43 47.1 0.47 0.39
Hex 91 7D 34 0 E 40 2B 2F 2F 27
Octal 221 175 64 0 16 100 53 57 57 47
Binary 10010001 1111101 110100 0 1110 1000000 101011 101111 101111 100111

Color Harmonies of #917D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D34

Black with #917D34

Text Example


Text Example

White with #917D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,52); }

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

background-color css

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

 a { background-color: rgb(145,125,52); }

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

border-color css

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

 span { border-color: rgb(145,125,52); }

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