#95996B

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

Shades of Avocado #95996B

Tints of Avocado #95996B

Color information

#95996B (or 0x95996B) is unknown color: approx Avocado. HEX triplet: 95, 99 and 6B. RGB value is (149,153,107). Sum of RGB (Red+Green+Blue) = 149+153+107=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #95996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996B is #6A6694. Grayscale: #929292. Windows color (decimal): -6973077 or 7051669. OLE color: 7051669.

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

Color convert

RGB149153107-
CMYK0.0300.300.4
HSL65.22º18.4%50.98%-
HSV(B)65.22º30.07%60%-
XYZ26.4430.2318.35-
YUV146.56105.67129.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=36.43%
G=37.41%
B=26.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531070.0300.300.465.2218.450.98
Hex95996B301E28411233
Octal2252311533036501012263
Binary1001010110011001110101111011110101000100000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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