#9A9953

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

Shades of Avocado #9A9953

Tints of Avocado #9A9953

Color information

#9A9953 (or 0x9A9953) is unknown color: approx Avocado. HEX triplet: 9A, 99 and 53. RGB value is (154,153,83). Sum of RGB (Red+Green+Blue) = 154+153+83=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9953 is #6566AC. Grayscale: #919191. Windows color (decimal): -6645421 or 5478810. OLE color: 5478810.

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

Color convert

RGB15415383-
CMYK00.010.460.40
HSL59.15º29.96%46.47%-
HSV(B)59.15º46.1%60.39%-
XYZ26.2830.2812.64-
YUV145.3292.83134.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=39.49%
G=39.23%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541538300.010.460.4059.1529.9646.47
Hex9A9953012E283b1e2e
Octal232231123015650733656
Binary100110101001100110100110110111010100011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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