#95996C

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

Shades of Avocado #95996C

Tints of Avocado #95996C

Color information

#95996C (or 0x95996C) is unknown color: approx Avocado. HEX triplet: 95, 99 and 6C. RGB value is (149,153,108). Sum of RGB (Red+Green+Blue) = 149+153+108=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #95996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996C is #6A6693. Grayscale: #929292. Windows color (decimal): -6973076 or 7117205. OLE color: 7117205.

HSL color Cylindrical-coordinate representation of color #95996C: hue angle of 65.33º 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 #95996C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB149153108-
CMYK0.0300.290.4
HSL65.33º18.07%51.18%-
HSV(B)65.33º29.41%60%-
XYZ26.4930.2518.63-
YUV146.67106.17129.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=36.34%
G=37.32%
B=26.34%

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
Decimal1491531080.0300.290.465.3318.0751.18
Hex95996C301D28411233
Octal2252311543035501012263
Binary1001010110011001110110011011101101000100000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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