#95945A

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

Shades of Avocado #95945A

Tints of Avocado #95945A

Color information

#95945A (or 0x95945A) is unknown color: approx Avocado. HEX triplet: 95, 94 and 5A. RGB value is (149,148,90). Sum of RGB (Red+Green+Blue) = 149+148+90=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95945A is #6A6BA5. Grayscale: #8D8D8D. Windows color (decimal): -6974374 or 5936277. OLE color: 5936277.

HSL color Cylindrical-coordinate representation of color #95945A: hue angle of 58.98º 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 #95945A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14914890-
CMYK00.010.400.42
HSL58.98º24.69%46.86%-
HSV(B)58.98º39.6%58.43%-
XYZ24.8328.3113.83-
YUV141.6998.83133.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=38.50%
G=38.24%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491489000.010.400.4258.9824.6946.86
Hex95945A01282A3b192f
Octal225224132015052733157
Binary100101011001010010110100110100010101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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