#959862

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

Shades of Avocado #959862

Tints of Avocado #959862

Color information

#959862 (or 0x959862) is unknown color: approx Avocado. HEX triplet: 95, 98 and 62. RGB value is (149,152,98). Sum of RGB (Red+Green+Blue) = 149+152+98=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #959862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959862 is #6A679D. Grayscale: #919191. Windows color (decimal): -6973342 or 6461589. OLE color: 6461589.

HSL color Cylindrical-coordinate representation of color #959862: hue angle of 63.33º 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 #959862 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB14915298-
CMYK0.0200.360.40
HSL63.33º21.6%49.02%-
HSV(B)63.33º35.53%59.61%-
XYZ25.8329.7315.93-
YUV144.95101.51130.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=37.34%
G=38.10%
B=24.56%

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
Decimal149152980.0200.360.4063.3321.649.02
Hex9598622024283f1631
Octal225230142204450772661
Binary1001010110011000110001010010010010100011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959862; }

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

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

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

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

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

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

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

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