#989358

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

Shades of Avocado #989358

Tints of Avocado #989358

Color information

#989358 (or 0x989358) is unknown color: approx Avocado. HEX triplet: 98, 93 and 58. RGB value is (152,147,88). Sum of RGB (Red+Green+Blue) = 152+147+88=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #989358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989358 is #676CA7. Grayscale: #8E8E8E. Windows color (decimal): -6778024 or 5804952. OLE color: 5804952.

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

Color convert

RGB15214788-
CMYK00.030.420.40
HSL55.31º26.67%47.06%-
HSV(B)55.31º42.11%59.61%-
XYZ25.1428.2513.36-
YUV141.7797.66135.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=39.28%
G=37.98%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521478800.030.420.4055.3126.6747.06
Hex989358032A28371b2f
Octal230223130035250673357
Binary1001100010010011101100001110101010100011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989358; }

 p { color: rgb(152,147,88); }

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

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

 a { background-color: rgb(152,147,88); }

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

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

 span { border-color: rgb(152,147,88); }

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