#959954

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

Shades of Avocado #959954

Tints of Avocado #959954

Color information

#959954 (or 0x959954) is unknown color: approx Avocado. HEX triplet: 95, 99 and 54. RGB value is (149,153,84). Sum of RGB (Red+Green+Blue) = 149+153+84=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #959954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959954 is #6A66AB. Grayscale: #909090. Windows color (decimal): -6973100 or 5544341. OLE color: 5544341.

HSL color Cylindrical-coordinate representation of color #959954: hue angle of 63.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #959954 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB14915384-
CMYK0.0300.450.4
HSL63.48º29.11%46.47%-
HSV(B)63.48º45.1%60%-
XYZ25.3929.8112.8-
YUV143.9494.17131.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=38.60%
G=39.64%
B=21.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153840.0300.450.463.4829.1146.47
Hex959954302D283f1d2e
Octal225231124305550773556
Binary1001010110011001101010011010110110100011111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959954; }

 p { color: rgb(149,153,84); }

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

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

 a { background-color: rgb(149,153,84); }

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

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

 span { border-color: rgb(149,153,84); }

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