#999858

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

Shades of Avocado #999858

Tints of Avocado #999858

Color information

#999858 (or 0x999858) is unknown color: approx Avocado. HEX triplet: 99, 98 and 58. RGB value is (153,152,88). Sum of RGB (Red+Green+Blue) = 153+152+88=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #999858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999858 is #6667A7. Grayscale: #919191. Windows color (decimal): -6711208 or 5806233. OLE color: 5806233.

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

Color convert

RGB15315288-
CMYK00.010.420.4
HSL59.08º26.97%47.25%-
HSV(B)59.08º42.48%60%-
XYZ26.1329.9313.63-
YUV14595.83133.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=38.93%
G=38.68%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531528800.010.420.459.0826.9747.25
Hex999858012A283b1b2f
Octal231230130015250733357
Binary100110011001100010110000110101010100011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999858; }

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

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

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

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

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

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

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

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