Html Css Color HEX #977D30 Lemon Ginger

📋 copy color: '#977D30'

red 151 ◦ green 125 ◦ blue 48

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

Shades of Lemon Ginger #977D30

Tints of Lemon Ginger #977D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 46.6%
G = 38.58%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977D30 (or 0x977D30) is known color: Lemon Ginger. HEX triplet: 97, 7D and 30. RGB value is (151,125,48). Sum of RGB (Red+Green+Blue) = 151+125+48=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #977D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D30 is #6882CF. Grayscale: #7C7C7C. Windows color (decimal): -6849232 or 3177879. OLE color: 3177879.

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

Color convert

RGB 151 125 48 -
CMYK 0 0.17 0.68 0.41
HSL 44.85º 0.52% 0.39% -
HSV(B) 44.85º 0.68% 0.59% -
XYZ 20.63 21.46 5.85 -
YUV 124 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 151 125 48 0 0.17 0.68 0.41 44.85 0.52 0.39
Hex 97 7D 30 0 11 44 29 2D 34 27
Octal 227 175 60 0 21 104 51 55 64 47
Binary 10010111 1111101 110000 0 10001 1000100 101001 101101 110100 100111

Color Harmonies of #977D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D30

Black with #977D30

Text Example


Text Example

White with #977D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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