#989258

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

Shades of Avocado #989258

Tints of Avocado #989258

Color information

#989258 (or 0x989258) is unknown color: approx Avocado. HEX triplet: 98, 92 and 58. RGB value is (152,146,88). Sum of RGB (Red+Green+Blue) = 152+146+88=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #989258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989258 is #676DA7. Grayscale: #8D8D8D. Windows color (decimal): -6778280 or 5804696. OLE color: 5804696.

HSL color Cylindrical-coordinate representation of color #989258: hue angle of 54.38º 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 #989258 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15214688-
CMYK00.040.420.40
HSL54.38º26.67%47.06%-
HSV(B)54.38º42.11%59.61%-
XYZ24.9927.9413.31-
YUV141.1897.99135.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=39.38%
G=37.82%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521468800.040.420.4054.3826.6747.06
Hex989258042A28361b2f
Octal230222130045250663357
Binary10011000100100101011000010010101010100011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989258; }

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

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

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

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

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

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

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

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