#97986A

Color #97986A Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #97986A

Tints of Avocado #97986A

Color information

#97986A (or 0x97986A) is unknown color: approx Avocado. HEX triplet: 97, 98 and 6A. RGB value is (151,152,106). Sum of RGB (Red+Green+Blue) = 151+152+106=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #97986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97986A is #686795. Grayscale: #929292. Windows color (decimal): -6842262 or 6985879. OLE color: 6985879.

HSL color Cylindrical-coordinate representation of color #97986A: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97986A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB151152106-
CMYK0.0100.300.40
HSL61.3º18.25%50.59%-
HSV(B)61.3º30.26%59.61%-
XYZ26.5930.0818.04-
YUV146.46105.17131.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=36.92%
G=37.16%
B=25.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511521060.0100.300.4061.318.2550.59
Hex97986A101E283d1233
Octal227230152103650752263
Binary10010111100110001101010101111010100011110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97986A; }

 p { color: rgb(151,152,106); }

 H1.HeaderClassName
 {
   color: #97986A;
 }
 .AnyTagClassName
 {
   color: #97986A;
 }
</style>
background-color css

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

 a { background-color: rgb(151,152,106); }

 div.DivClassName
 {
   background-color: #97986A;
 }
 .BgClassName
 {
   background-color: #97986A;
 }
</style>
border-color css

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

 span { border-color: rgb(151,152,106); }

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