#95996D

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

Shades of Avocado #95996D

Tints of Avocado #95996D

Color information

#95996D (or 0x95996D) is unknown color: approx Avocado. HEX triplet: 95, 99 and 6D. RGB value is (149,153,109). Sum of RGB (Red+Green+Blue) = 149+153+109=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #95996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996D is #6A6692. Grayscale: #929292. Windows color (decimal): -6973075 or 7182741. OLE color: 7182741.

HSL color Cylindrical-coordinate representation of color #95996D: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95996D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB149153109-
CMYK0.0300.290.4
HSL65.45º17.74%51.37%-
HSV(B)65.45º28.76%60%-
XYZ26.5530.2818.91-
YUV146.79106.67129.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=36.25%
G=37.23%
B=26.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531090.0300.290.465.4517.7451.37
Hex95996D301D28411233
Octal2252311553035501012263
Binary1001010110011001110110111011101101000100000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95996D; }

 p { color: rgb(149,153,109); }

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

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

 a { background-color: rgb(149,153,109); }

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

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

 span { border-color: rgb(149,153,109); }

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