#999864

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

Shades of Avocado #999864

Tints of Avocado #999864

Color information

#999864 (or 0x999864) is unknown color: approx Avocado. HEX triplet: 99, 98 and 64. RGB value is (153,152,100). Sum of RGB (Red+Green+Blue) = 153+152+100=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #999864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999864 is #66679B. Grayscale: #929292. Windows color (decimal): -6711196 or 6592665. OLE color: 6592665.

HSL color Cylindrical-coordinate representation of color #999864: hue angle of 58.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999864 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB153152100-
CMYK00.010.350.4
HSL58.87º20.95%49.61%-
HSV(B)58.87º34.64%60%-
XYZ26.6730.1516.47-
YUV146.37101.83132.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=37.78%
G=37.53%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315210000.010.350.458.8720.9549.61
Hex9998640123283b1532
Octal231230144014350732562
Binary100110011001100011001000110001110100011101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999864; }

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

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

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

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

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

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

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

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