#95915B

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

Shades of Avocado #95915B

Tints of Avocado #95915B

Color information

#95915B (or 0x95915B) is unknown color: approx Avocado. HEX triplet: 95, 91 and 5B. RGB value is (149,145,91). Sum of RGB (Red+Green+Blue) = 149+145+91=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95915B is #6A6EA4. Grayscale: #8C8C8C. Windows color (decimal): -6975141 or 6001045. OLE color: 6001045.

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

Color convert

RGB14914591-
CMYK00.030.390.42
HSL55.86º24.17%47.06%-
HSV(B)55.86º38.93%58.43%-
XYZ24.4127.413.9-
YUV140.04100.33134.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=38.70%
G=37.66%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491459100.030.390.4255.8624.1747.06
Hex95915B03272A38182f
Octal225221133034752703057
Binary1001010110010001101101101110011110101011100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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