Html Css Color HEX #978420 Lemon Ginger

📋 copy color: '#978420'

red 151 ◦ green 132 ◦ blue 32

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

Shades of Lemon Ginger #978420

Tints of Lemon Ginger #978420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 47.94%
G = 41.9%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978420 (or 0x978420) is known color: Lemon Ginger. HEX triplet: 97, 84 and 20. RGB value is (151,132,32). Sum of RGB (Red+Green+Blue) = 151+132+32=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #978420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978420 is #687BDF. Grayscale: #7E7E7E. Windows color (decimal): -6847456 or 2131095. OLE color: 2131095.

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

Color convert

RGB 151 132 32 -
CMYK 0 0.13 0.79 0.41
HSL 50.42º 0.65% 0.36% -
HSV(B) 50.42º 0.79% 0.59% -
XYZ 21.27 23.19 4.72 -
YUV 126.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 151 132 32 0 0.13 0.79 0.41 50.42 0.65 0.36
Hex 97 84 20 0 D 4F 29 32 41 24
Octal 227 204 40 0 15 117 51 62 101 44
Binary 10010111 10000100 100000 0 1101 1001111 101001 110010 1000001 100100

Color Harmonies of #978420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978420

Black with #978420

Text Example


Text Example

White with #978420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978420; }

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

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

background-color css

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

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

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

border-color css

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

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

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