#999256

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

Shades of Avocado #999256

Tints of Avocado #999256

Color information

#999256 (or 0x999256) is unknown color: approx Avocado. HEX triplet: 99, 92 and 56. RGB value is (153,146,86). Sum of RGB (Red+Green+Blue) = 153+146+86=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999256 is #666DA9. Grayscale: #8D8D8D. Windows color (decimal): -6712746 or 5673625. OLE color: 5673625.

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

Color convert

RGB15314686-
CMYK00.050.440.4
HSL53.73º28.03%46.86%-
HSV(B)53.73º43.79%60%-
XYZ25.12812.89-
YUV141.2596.82136.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=39.74%
G=37.92%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531468600.050.440.453.7328.0346.86
Hex999256052C28361c2f
Octal231222126055450663457
Binary10011001100100101010110010110110010100011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999256; }

 p { color: rgb(153,146,86); }

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

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

 a { background-color: rgb(153,146,86); }

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

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

 span { border-color: rgb(153,146,86); }

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