Html Css Color HEX #978E20 Lemon Ginger

📋 copy color: '#978E20'

red 151 ◦ green 142 ◦ blue 32

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

Shades of Lemon Ginger #978E20

Tints of Lemon Ginger #978E20

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 46.46%
G = 43.69%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978E20 (or 0x978E20) is known color: Lemon Ginger. HEX triplet: 97, 8E and 20. RGB value is (151,142,32). Sum of RGB (Red+Green+Blue) = 151+142+32=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #978E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E20 is #6871DF. Grayscale: #848484. Windows color (decimal): -6844896 or 2133655. OLE color: 2133655.

HSL color Cylindrical-coordinate representation of color #978E20: hue angle of 55.46º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978E20 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 32 -
CMYK 0 0.06 0.79 0.41
HSL 55.46º 0.65% 0.36% -
HSV(B) 55.46º 0.79% 0.59% -
XYZ 22.7 26.03 5.19 -
YUV 132.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 151 142 32 0 0.06 0.79 0.41 55.46 0.65 0.36
Hex 97 8E 20 0 6 4F 29 37 41 24
Octal 227 216 40 0 6 117 51 67 101 44
Binary 10010111 10001110 100000 0 110 1001111 101001 110111 1000001 100100

Color Harmonies of #978E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E20

Black with #978E20

Text Example


Text Example

White with #978E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978E20; }

 p { color: rgb(151,142,32); }

 H1.HeaderClassName
 {
   color: #978E20;
 }
 .AnyTagClassName
 {
   color: #978E20;
 }
</style>

background-color css

<style>
 a { background-color: #978E20; }

 a { background-color: rgb(151,142,32); }

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

border-color css

<style>
 span { border-color: #978E20; }

 span { border-color: rgb(151,142,32); }

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