Html Css Color HEX #977E34 Lemon Ginger

📋 copy color: '#977E34'

red 151 ◦ green 126 ◦ blue 52

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

Shades of Lemon Ginger #977E34

Tints of Lemon Ginger #977E34

RGB

 RED value IS 151 (59.38% from 255) = 45.9%

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

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

R = 45.9%
G = 38.3%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#977E34 (or 0x977E34) is known color: Lemon Ginger. HEX triplet: 97, 7E and 34. RGB value is (151,126,52). Sum of RGB (Red+Green+Blue) = 151+126+52=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #977E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E34 is #6881CB. Grayscale: #7D7D7D. Windows color (decimal): -6848972 or 3440279. OLE color: 3440279.

HSL color Cylindrical-coordinate representation of color #977E34: hue angle of 44.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #977E34 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 126 52 -
CMYK 0 0.17 0.66 0.41
HSL 44.85º 0.49% 0.4% -
HSV(B) 44.85º 0.66% 0.59% -
XYZ 20.84 21.75 6.35 -
YUV 125.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 151 126 52 0 0.17 0.66 0.41 44.85 0.49 0.4
Hex 97 7E 34 0 11 42 29 2D 31 28
Octal 227 176 64 0 21 102 51 55 61 50
Binary 10010111 1111110 110100 0 10001 1000010 101001 101101 110001 101000

Color Harmonies of #977E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E34

Black with #977E34

Text Example


Text Example

White with #977E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977E34; }

 p { color: rgb(151,126,52); }

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

background-color css

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

 a { background-color: rgb(151,126,52); }

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

border-color css

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

 span { border-color: rgb(151,126,52); }

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