#9D9A56

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

Shades of Avocado #9D9A56

Tints of Avocado #9D9A56

Color information

#9D9A56 (or 0x9D9A56) is unknown color: approx Avocado. HEX triplet: 9D, 9A and 56. RGB value is (157,154,86). Sum of RGB (Red+Green+Blue) = 157+154+86=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A56 is #6265A9. Grayscale: #939393. Windows color (decimal): -6448554 or 5675677. OLE color: 5675677.

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

Color convert

RGB15715486-
CMYK00.020.450.38
HSL57.46º29.22%47.65%-
HSV(B)57.46º45.22%61.57%-
XYZ27.1430.9513.35-
YUV147.1593.49135.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=39.55%
G=38.79%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571548600.020.450.3857.4629.2247.65
Hex9D9A56022D26391d30
Octal235232126025546713560
Binary1001110110011010101011001010110110011011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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