#95965E

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

Shades of Avocado #95965E

Tints of Avocado #95965E

Color information

#95965E (or 0x95965E) is unknown color: approx Avocado. HEX triplet: 95, 96 and 5E. RGB value is (149,150,94). Sum of RGB (Red+Green+Blue) = 149+150+94=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #95965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95965E is #6A69A1. Grayscale: #8F8F8F. Windows color (decimal): -6973858 or 6198933. OLE color: 6198933.

HSL color Cylindrical-coordinate representation of color #95965E: hue angle of 61.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95965E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB14915094-
CMYK0.0100.370.41
HSL61.07º22.95%47.84%-
HSV(B)61.07º37.33%58.82%-
XYZ25.3229.0114.85-
YUV143.32100.17132.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=37.91%
G=38.17%
B=23.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149150940.0100.370.4161.0722.9547.84
Hex95965E1025293d1730
Octal225226136104551752760
Binary100101011001011010111101010010110100111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95965E; }

 p { color: rgb(149,150,94); }

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

<style>
 a { background-color: #95965E; }

 a { background-color: rgb(149,150,94); }

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

<style>
 span { border-color: #95965E; }

 span { border-color: rgb(149,150,94); }

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