Html Css Color HEX #917E2F Lemon Ginger

📋 copy color: '#917E2F'

red 145 ◦ green 126 ◦ blue 47

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

Shades of Lemon Ginger #917E2F

Tints of Lemon Ginger #917E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 45.6%
G = 39.62%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#917E2F (or 0x917E2F) is known color: Lemon Ginger. HEX triplet: 91, 7E and 2F. RGB value is (145,126,47). Sum of RGB (Red+Green+Blue) = 145+126+47=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #917E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E2F is #6E81D0. Grayscale: #7B7B7B. Windows color (decimal): -7242193 or 3112593. OLE color: 3112593.

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

Color convert

RGB 145 126 47 -
CMYK 0 0.13 0.68 0.43
HSL 48.37º 0.51% 0.38% -
HSV(B) 48.37º 0.68% 0.57% -
XYZ 19.65 21.15 5.74 -
YUV 122.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 145 126 47 0 0.13 0.68 0.43 48.37 0.51 0.38
Hex 91 7E 2F 0 D 44 2B 30 33 26
Octal 221 176 57 0 15 104 53 60 63 46
Binary 10010001 1111110 101111 0 1101 1000100 101011 110000 110011 100110

Color Harmonies of #917E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E2F

Black with #917E2F

Text Example


Text Example

White with #917E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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