#989D67

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

Shades of Avocado #989D67

Tints of Avocado #989D67

Color information

#989D67 (or 0x989D67) is unknown color: approx Avocado. HEX triplet: 98, 9D and 67. RGB value is (152,157,103). Sum of RGB (Red+Green+Blue) = 152+157+103=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #989D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D67 is #676298. Grayscale: #959595. Windows color (decimal): -6775449 or 6790552. OLE color: 6790552.

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

Color convert

RGB152157103-
CMYK0.0300.340.38
HSL65.56º21.6%50.98%-
HSV(B)65.56º34.39%61.57%-
XYZ27.4531.7717.52-
YUV149.35101.84129.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 103 (40.62% from 255) = 25%
R=36.89%
G=38.11%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521571030.0300.340.3865.5621.650.98
Hex989D67302226421633
Octal2302351473042461022663
Binary10011000100111011100111110100010100110100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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