Html Css Color HEX #978620 Lemon Ginger

📋 copy color: '#978620'

red 151 ◦ green 134 ◦ blue 32

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

Shades of Lemon Ginger #978620

Tints of Lemon Ginger #978620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

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

R = 47.63%
G = 42.27%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978620 (or 0x978620) is known color: Lemon Ginger. HEX triplet: 97, 86 and 20. RGB value is (151,134,32). Sum of RGB (Red+Green+Blue) = 151+134+32=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #978620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978620 is #6879DF. Grayscale: #7F7F7F. Windows color (decimal): -6846944 or 2131607. OLE color: 2131607.

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

Color convert

RGB 151 134 32 -
CMYK 0 0.11 0.79 0.41
HSL 51.43º 0.65% 0.36% -
HSV(B) 51.43º 0.79% 0.59% -
XYZ 21.55 23.73 4.81 -
YUV 127.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 151 134 32 0 0.11 0.79 0.41 51.43 0.65 0.36
Hex 97 86 20 0 B 4F 29 33 41 24
Octal 227 206 40 0 13 117 51 63 101 44
Binary 10010111 10000110 100000 0 1011 1001111 101001 110011 1000001 100100

Color Harmonies of #978620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978620

Black with #978620

Text Example


Text Example

White with #978620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978620; }

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

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

background-color css

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

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

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

border-color css

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

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

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