#9D9857

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

Shades of Avocado #9D9857

Tints of Avocado #9D9857

Color information

#9D9857 (or 0x9D9857) is unknown color: approx Avocado. HEX triplet: 9D, 98 and 57. RGB value is (157,152,87). Sum of RGB (Red+Green+Blue) = 157+152+87=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9857 is #6267A8. Grayscale: #929292. Windows color (decimal): -6449065 or 5740701. OLE color: 5740701.

HSL color Cylindrical-coordinate representation of color #9D9857: hue angle of 55.71º 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 #9D9857 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15715287-
CMYK00.030.450.38
HSL55.71º28.69%47.84%-
HSV(B)55.71º44.59%61.57%-
XYZ26.8530.3113.45-
YUV146.0894.66135.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=39.65%
G=38.38%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571528700.030.450.3855.7128.6947.84
Hex9D9857032D26381d30
Octal235230127035546703560
Binary1001110110011000101011101110110110011011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,152,87); }

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

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

 a { background-color: rgb(157,152,87); }

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

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

 span { border-color: rgb(157,152,87); }

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