#9D9A5A

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

Shades of Avocado #9D9A5A

Tints of Avocado #9D9A5A

Color information

#9D9A5A (or 0x9D9A5A) is unknown color: approx Avocado. HEX triplet: 9D, 9A and 5A. RGB value is (157,154,90). Sum of RGB (Red+Green+Blue) = 157+154+90=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A5A is #6265A5. Grayscale: #939393. Windows color (decimal): -6448550 or 5937821. OLE color: 5937821.

HSL color Cylindrical-coordinate representation of color #9D9A5A: hue angle of 57.31º degrees, saturation: 0.27, 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 #9D9A5A is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15715490-
CMYK00.020.430.38
HSL57.31º27.13%48.43%-
HSV(B)57.31º42.68%61.57%-
XYZ27.3131.0214.22-
YUV147.695.49134.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.15%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=39.15%
G=38.40%
B=22.44%

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
Decimal1571549000.020.430.3857.3127.1348.43
Hex9D9A5A022B26391b30
Octal235232132025346713360
Binary1001110110011010101101001010101110011011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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