Html Css Color HEX #977D29 Lemon Ginger

📋 copy color: '#977D29'

red 151 ◦ green 125 ◦ blue 41

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

Shades of Lemon Ginger #977D29

Tints of Lemon Ginger #977D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 47.63%
G = 39.43%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#977D29 (or 0x977D29) is known color: Lemon Ginger. HEX triplet: 97, 7D and 29. RGB value is (151,125,41). Sum of RGB (Red+Green+Blue) = 151+125+41=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #977D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D29 is #6882D6. Grayscale: #7B7B7B. Windows color (decimal): -6849239 or 2719127. OLE color: 2719127.

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

Color convert

RGB 151 125 41 -
CMYK 0 0.17 0.73 0.41
HSL 45.82º 0.57% 0.38% -
HSV(B) 45.82º 0.73% 0.59% -
XYZ 20.5 21.41 5.15 -
YUV 123.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 151 125 41 0 0.17 0.73 0.41 45.82 0.57 0.38
Hex 97 7D 29 0 11 49 29 2E 39 26
Octal 227 175 51 0 21 111 51 56 71 46
Binary 10010111 1111101 101001 0 10001 1001001 101001 101110 111001 100110

Color Harmonies of #977D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D29

Black with #977D29

Text Example


Text Example

White with #977D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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