#95915A

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

Shades of Avocado #95915A

Tints of Avocado #95915A

Color information

#95915A (or 0x95915A) is unknown color: approx Avocado. HEX triplet: 95, 91 and 5A. RGB value is (149,145,90). Sum of RGB (Red+Green+Blue) = 149+145+90=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95915A is #6A6EA5. Grayscale: #8C8C8C. Windows color (decimal): -6975142 or 5935509. OLE color: 5935509.

HSL color Cylindrical-coordinate representation of color #95915A: hue angle of 55.93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95915A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14914590-
CMYK00.030.400.42
HSL55.93º24.69%46.86%-
HSV(B)55.93º39.6%58.43%-
XYZ24.3727.3813.67-
YUV139.9399.83134.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=38.80%
G=37.76%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491459000.030.400.4255.9324.6946.86
Hex95915A03282A38192f
Octal225221132035052703157
Binary1001010110010001101101001110100010101011100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,145,90); }

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

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

 a { background-color: rgb(149,145,90); }

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

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

 span { border-color: rgb(149,145,90); }

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