Html Css Color HEX #978A20 Lemon Ginger

📋 copy color: '#978A20'

red 151 ◦ green 138 ◦ blue 32

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

Shades of Lemon Ginger #978A20

Tints of Lemon Ginger #978A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.99%

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

R = 47.04%
G = 42.99%
B = 9.97%

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

#978A20 (or 0x978A20) is known color: Lemon Ginger. HEX triplet: 97, 8A and 20. RGB value is (151,138,32). Sum of RGB (Red+Green+Blue) = 151+138+32=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #978A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A20 is #6875DF. Grayscale: #828282. Windows color (decimal): -6845920 or 2132631. OLE color: 2132631.

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

Color convert

RGB 151 138 32 -
CMYK 0 0.09 0.79 0.41
HSL 53.45º 0.65% 0.36% -
HSV(B) 53.45º 0.79% 0.59% -
XYZ 22.11 24.86 5 -
YUV 129.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 151 138 32 0 0.09 0.79 0.41 53.45 0.65 0.36
Hex 97 8A 20 0 9 4F 29 35 41 24
Octal 227 212 40 0 11 117 51 65 101 44
Binary 10010111 10001010 100000 0 1001 1001111 101001 110101 1000001 100100

Color Harmonies of #978A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A20

Black with #978A20

Text Example


Text Example

White with #978A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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