#9A9957

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

Shades of Avocado #9A9957

Tints of Avocado #9A9957

Color information

#9A9957 (or 0x9A9957) is unknown color: approx Avocado. HEX triplet: 9A, 99 and 57. RGB value is (154,153,87). Sum of RGB (Red+Green+Blue) = 154+153+87=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9957 is #6566A8. Grayscale: #929292. Windows color (decimal): -6645417 or 5740954. OLE color: 5740954.

HSL color Cylindrical-coordinate representation of color #9A9957: hue angle of 59.1º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A9957 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15415387-
CMYK00.010.440.40
HSL59.1º27.8%47.25%-
HSV(B)59.1º43.51%60.39%-
XYZ26.4430.3413.48-
YUV145.7894.83133.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=39.09%
G=38.83%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541538700.010.440.4059.127.847.25
Hex9A9957012C283b1c2f
Octal232231127015450733457
Binary100110101001100110101110110110010100011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9957; }

 p { color: rgb(154,153,87); }

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

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

 a { background-color: rgb(154,153,87); }

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

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

 span { border-color: rgb(154,153,87); }

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