#95935C

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

Shades of Avocado #95935C

Tints of Avocado #95935C

Color information

#95935C (or 0x95935C) is unknown color: approx Avocado. HEX triplet: 95, 93 and 5C. RGB value is (149,147,92). Sum of RGB (Red+Green+Blue) = 149+147+92=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95935C is #6A6CA3. Grayscale: #8D8D8D. Windows color (decimal): -6974628 or 6067093. OLE color: 6067093.

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

Color convert

RGB14914792-
CMYK00.010.380.42
HSL57.89º23.65%47.25%-
HSV(B)57.89º38.26%58.43%-
XYZ24.7628.0314.23-
YUV141.33100.16133.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=38.40%
G=37.89%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491479200.010.380.4257.8923.6547.25
Hex95935C01262A3a182f
Octal225223134014652723057
Binary100101011001001110111000110011010101011101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,147,92); }

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

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

 a { background-color: rgb(149,147,92); }

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

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

 span { border-color: rgb(149,147,92); }

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