#989D61

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

Shades of Avocado #989D61

Tints of Avocado #989D61

Color information

#989D61 (or 0x989D61) is unknown color: approx Avocado. HEX triplet: 98, 9D and 61. RGB value is (152,157,97). Sum of RGB (Red+Green+Blue) = 152+157+97=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #989D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D61 is #67629E. Grayscale: #949494. Windows color (decimal): -6775455 or 6397336. OLE color: 6397336.

HSL color Cylindrical-coordinate representation of color #989D61: hue angle of 65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #989D61 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15215797-
CMYK0.0300.380.38
HSL65º23.62%49.8%-
HSV(B)65º38.22%61.57%-
XYZ27.1631.6515.99-
YUV148.6698.84130.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=37.44%
G=38.67%
B=23.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157970.0300.380.386523.6249.8
Hex989D61302626411832
Octal2302351413046461013062
Binary10011000100111011100001110100110100110100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989D61; }

 p { color: rgb(152,157,97); }

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

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

 a { background-color: rgb(152,157,97); }

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

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

 span { border-color: rgb(152,157,97); }

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