Html Css Color HEX #977D36 Lemon Ginger

📋 copy color: '#977D36'

red 151 ◦ green 125 ◦ blue 54

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

Shades of Lemon Ginger #977D36

Tints of Lemon Ginger #977D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 45.76%
G = 37.88%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#977D36 (or 0x977D36) is known color: Lemon Ginger. HEX triplet: 97, 7D and 36. RGB value is (151,125,54). Sum of RGB (Red+Green+Blue) = 151+125+54=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #977D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D36 is #6882C9. Grayscale: #7C7C7C. Windows color (decimal): -6849226 or 3571095. OLE color: 3571095.

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

Color convert

RGB 151 125 54 -
CMYK 0 0.17 0.64 0.41
HSL 43.92º 0.47% 0.4% -
HSV(B) 43.92º 0.64% 0.59% -
XYZ 20.76 21.51 6.55 -
YUV 124.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 151 125 54 0 0.17 0.64 0.41 43.92 0.47 0.4
Hex 97 7D 36 0 11 40 29 2C 2F 28
Octal 227 175 66 0 21 100 51 54 57 50
Binary 10010111 1111101 110110 0 10001 1000000 101001 101100 101111 101000

Color Harmonies of #977D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D36

Black with #977D36

Text Example


Text Example

White with #977D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,54); }

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

background-color css

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

 a { background-color: rgb(151,125,54); }

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

border-color css

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

 span { border-color: rgb(151,125,54); }

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