#959861

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

Shades of Avocado #959861

Tints of Avocado #959861

Color information

#959861 (or 0x959861) is unknown color: approx Avocado. HEX triplet: 95, 98 and 61. RGB value is (149,152,97). Sum of RGB (Red+Green+Blue) = 149+152+97=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #959861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959861 is #6A679E. Grayscale: #919191. Windows color (decimal): -6973343 or 6396053. OLE color: 6396053.

HSL color Cylindrical-coordinate representation of color #959861: hue angle of 63.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959861 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB14915297-
CMYK0.0200.360.40
HSL63.27º22.09%48.82%-
HSV(B)63.27º36.18%59.61%-
XYZ25.7829.7115.68-
YUV144.83101.01130.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=37.44%
G=38.19%
B=24.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152970.0200.360.4063.2722.0948.82
Hex9598612024283f1631
Octal225230141204450772661
Binary1001010110011000110000110010010010100011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959861; }

 p { color: rgb(149,152,97); }

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

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

 a { background-color: rgb(149,152,97); }

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

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

 span { border-color: rgb(149,152,97); }

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