#999355

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

Shades of Avocado #999355

Tints of Avocado #999355

Color information

#999355 (or 0x999355) is unknown color: approx Avocado. HEX triplet: 99, 93 and 55. RGB value is (153,147,85). Sum of RGB (Red+Green+Blue) = 153+147+85=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999355 is #666CAA. Grayscale: #8D8D8D. Windows color (decimal): -6712491 or 5608345. OLE color: 5608345.

HSL color Cylindrical-coordinate representation of color #999355: hue angle of 54.71º degrees, saturation: 0.29, 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 #999355 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15314785-
CMYK00.040.440.4
HSL54.71º28.57%46.67%-
HSV(B)54.71º44.44%60%-
XYZ25.2128.312.73-
YUV141.7395.99136.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=39.74%
G=38.18%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531478500.040.440.454.7128.5746.67
Hex999355042C28371d2f
Octal231223125045450673557
Binary10011001100100111010101010010110010100011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999355; }

 p { color: rgb(153,147,85); }

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

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

 a { background-color: rgb(153,147,85); }

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

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

 span { border-color: rgb(153,147,85); }

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