#9D9A59

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

Shades of Avocado #9D9A59

Tints of Avocado #9D9A59

Color information

#9D9A59 (or 0x9D9A59) is unknown color: approx Avocado. HEX triplet: 9D, 9A and 59. RGB value is (157,154,89). Sum of RGB (Red+Green+Blue) = 157+154+89=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A59 is #6265A6. Grayscale: #939393. Windows color (decimal): -6448551 or 5872285. OLE color: 5872285.

HSL color Cylindrical-coordinate representation of color #9D9A59: hue angle of 57.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D9A59 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15715489-
CMYK00.020.430.38
HSL57.35º27.64%48.24%-
HSV(B)57.35º43.31%61.57%-
XYZ27.263114-
YUV147.4994.99134.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=39.25%
G=38.5%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571548900.020.430.3857.3527.6448.24
Hex9D9A59022B26391c30
Octal235232131025346713460
Binary1001110110011010101100101010101110011011100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,154,89); }

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

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

 a { background-color: rgb(157,154,89); }

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

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

 span { border-color: rgb(157,154,89); }

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