Html Css Color HEX #977F28 Lemon Ginger

📋 copy color: '#977F28'

red 151 ◦ green 127 ◦ blue 40

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

Shades of Lemon Ginger #977F28

Tints of Lemon Ginger #977F28

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 47.48%
G = 39.94%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#977F28 (or 0x977F28) is known color: Lemon Ginger. HEX triplet: 97, 7F and 28. RGB value is (151,127,40). Sum of RGB (Red+Green+Blue) = 151+127+40=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #977F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F28 is #6880D7. Grayscale: #7C7C7C. Windows color (decimal): -6848728 or 2654103. OLE color: 2654103.

HSL color Cylindrical-coordinate representation of color #977F28: hue angle of 47.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #977F28 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 40 -
CMYK 0 0.16 0.74 0.41
HSL 47.03º 0.58% 0.37% -
HSV(B) 47.03º 0.74% 0.59% -
XYZ 20.73 21.91 5.14 -
YUV 124.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 151 127 40 0 0.16 0.74 0.41 47.03 0.58 0.37
Hex 97 7F 28 0 10 4A 29 2F 3A 25
Octal 227 177 50 0 20 112 51 57 72 45
Binary 10010111 1111111 101000 0 10000 1001010 101001 101111 111010 100101

Color Harmonies of #977F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F28

Black with #977F28

Text Example


Text Example

White with #977F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,40); }

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

background-color css

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

 a { background-color: rgb(151,127,40); }

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

border-color css

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

 span { border-color: rgb(151,127,40); }

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