Html Css Color HEX #977B2F Lemon Ginger

📋 copy color: '#977B2F'

red 151 ◦ green 123 ◦ blue 47

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

Shades of Lemon Ginger #977B2F

Tints of Lemon Ginger #977B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

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

R = 47.04%
G = 38.32%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#977B2F (or 0x977B2F) is known color: Lemon Ginger. HEX triplet: 97, 7B and 2F. RGB value is (151,123,47). Sum of RGB (Red+Green+Blue) = 151+123+47=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #977B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B2F is #6884D0. Grayscale: #7B7B7B. Windows color (decimal): -6849745 or 3111831. OLE color: 3111831.

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

Color convert

RGB 151 123 47 -
CMYK 0 0.19 0.69 0.41
HSL 43.85º 0.53% 0.39% -
HSV(B) 43.85º 0.69% 0.59% -
XYZ 20.36 20.95 5.66 -
YUV 122.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 151 123 47 0 0.19 0.69 0.41 43.85 0.53 0.39
Hex 97 7B 2F 0 13 45 29 2C 35 27
Octal 227 173 57 0 23 105 51 54 65 47
Binary 10010111 1111011 101111 0 10011 1000101 101001 101100 110101 100111

Color Harmonies of #977B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B2F

Black with #977B2F

Text Example


Text Example

White with #977B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,123,47); }

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

background-color css

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

 a { background-color: rgb(151,123,47); }

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

border-color css

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

 span { border-color: rgb(151,123,47); }

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