#9D9A55

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

Shades of Avocado #9D9A55

Tints of Avocado #9D9A55

Color information

#9D9A55 (or 0x9D9A55) is unknown color: approx Avocado. HEX triplet: 9D, 9A and 55. RGB value is (157,154,85). Sum of RGB (Red+Green+Blue) = 157+154+85=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A55 is #6265AA. Grayscale: #939393. Windows color (decimal): -6448555 or 5610141. OLE color: 5610141.

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

Color convert

RGB15715485-
CMYK00.020.460.38
HSL57.5º29.75%47.45%-
HSV(B)57.5º45.86%61.57%-
XYZ27.130.9413.14-
YUV147.0392.99135.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=39.65%
G=38.89%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571548500.020.460.3857.529.7547.45
Hex9D9A55022E263a1e2f
Octal235232125025646723657
Binary1001110110011010101010101010111010011011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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