Html Css Color HEX #978920 Lemon Ginger

📋 copy color: '#978920'

red 151 ◦ green 137 ◦ blue 32

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

Shades of Lemon Ginger #978920

Tints of Lemon Ginger #978920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

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

R = 47.19%
G = 42.81%
B = 10%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978920 (or 0x978920) is known color: Lemon Ginger. HEX triplet: 97, 89 and 20. RGB value is (151,137,32). Sum of RGB (Red+Green+Blue) = 151+137+32=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #978920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978920 is #6876DF. Grayscale: #818181. Windows color (decimal): -6846176 or 2132375. OLE color: 2132375.

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

Color convert

RGB 151 137 32 -
CMYK 0 0.09 0.79 0.41
HSL 52.94º 0.65% 0.36% -
HSV(B) 52.94º 0.79% 0.59% -
XYZ 21.97 24.57 4.95 -
YUV 129.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 151 137 32 0 0.09 0.79 0.41 52.94 0.65 0.36
Hex 97 89 20 0 9 4F 29 35 41 24
Octal 227 211 40 0 11 117 51 65 101 44
Binary 10010111 10001001 100000 0 1001 1001111 101001 110101 1000001 100100

Color Harmonies of #978920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978920

Black with #978920

Text Example


Text Example

White with #978920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978920; }

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

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

background-color css

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

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

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

border-color css

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

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

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