#989157

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

Shades of Avocado #989157

Tints of Avocado #989157

Color information

#989157 (or 0x989157) is unknown color: approx Avocado. HEX triplet: 98, 91 and 57. RGB value is (152,145,87). Sum of RGB (Red+Green+Blue) = 152+145+87=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #989157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989157 is #676EA8. Grayscale: #8C8C8C. Windows color (decimal): -6778537 or 5738904. OLE color: 5738904.

HSL color Cylindrical-coordinate representation of color #989157: hue angle of 53.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #989157 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15214587-
CMYK00.050.430.40
HSL53.54º27.2%46.86%-
HSV(B)53.54º42.76%59.61%-
XYZ24.7927.6113.04-
YUV140.4897.82136.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=39.58%
G=37.76%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521458700.050.430.4053.5427.246.86
Hex989157052B28361b2f
Octal230221127055350663357
Binary10011000100100011010111010110101110100011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989157; }

 p { color: rgb(152,145,87); }

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

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

 a { background-color: rgb(152,145,87); }

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

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

 span { border-color: rgb(152,145,87); }

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