Html Css Color HEX #978820 Lemon Ginger

📋 copy color: '#978820'

red 151 ◦ green 136 ◦ blue 32

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

Shades of Lemon Ginger #978820

Tints of Lemon Ginger #978820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

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

R = 47.34%
G = 42.63%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978820 (or 0x978820) is known color: Lemon Ginger. HEX triplet: 97, 88 and 20. RGB value is (151,136,32). Sum of RGB (Red+Green+Blue) = 151+136+32=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #978820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978820 is #6877DF. Grayscale: #818181. Windows color (decimal): -6846432 or 2132119. OLE color: 2132119.

HSL color Cylindrical-coordinate representation of color #978820: hue angle of 52.44º 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 #978820 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 32 -
CMYK 0 0.10 0.79 0.41
HSL 52.44º 0.65% 0.36% -
HSV(B) 52.44º 0.79% 0.59% -
XYZ 21.83 24.29 4.9 -
YUV 128.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 151 136 32 0 0.10 0.79 0.41 52.44 0.65 0.36
Hex 97 88 20 0 A 4F 29 34 41 24
Octal 227 210 40 0 12 117 51 64 101 44
Binary 10010111 10001000 100000 0 1010 1001111 101001 110100 1000001 100100

Color Harmonies of #978820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978820

Black with #978820

Text Example


Text Example

White with #978820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978820; }

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

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

background-color css

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

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

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

border-color css

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

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

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