#95996A

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

Shades of Avocado #95996A

Tints of Avocado #95996A

Color information

#95996A (or 0x95996A) is unknown color: approx Avocado. HEX triplet: 95, 99 and 6A. RGB value is (149,153,106). Sum of RGB (Red+Green+Blue) = 149+153+106=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #95996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996A is #6A6695. Grayscale: #929292. Windows color (decimal): -6973078 or 6986133. OLE color: 6986133.

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

Color convert

RGB149153106-
CMYK0.0300.310.4
HSL65.11º18.73%50.78%-
HSV(B)65.11º30.72%60%-
XYZ26.3930.2118.08-
YUV146.45105.17129.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=36.52%
G=37.5%
B=25.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531060.0300.310.465.1118.7350.78
Hex95996A301F28411333
Octal2252311523037501012363
Binary1001010110011001110101011011111101000100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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