#999359

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

Shades of Avocado #999359

Tints of Avocado #999359

Color information

#999359 (or 0x999359) is unknown color: approx Avocado. HEX triplet: 99, 93 and 59. RGB value is (153,147,89). Sum of RGB (Red+Green+Blue) = 153+147+89=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #999359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999359 is #666CA6. Grayscale: #8E8E8E. Windows color (decimal): -6712487 or 5870489. OLE color: 5870489.

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

Color convert

RGB15314789-
CMYK00.040.420.4
HSL54.38º26.45%47.45%-
HSV(B)54.38º41.83%60%-
XYZ25.3728.3613.59-
YUV142.1897.99135.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=39.33%
G=37.79%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531478900.040.420.454.3826.4547.45
Hex999359042A28361a2f
Octal231223131045250663257
Binary10011001100100111011001010010101010100011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999359; }

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

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

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

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

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

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

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

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