#9C985A

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

Shades of Avocado #9C985A

Tints of Avocado #9C985A

Color information

#9C985A (or 0x9C985A) is unknown color: approx Avocado. HEX triplet: 9C, 98 and 5A. RGB value is (156,152,90). Sum of RGB (Red+Green+Blue) = 156+152+90=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C985A is #6367A5. Grayscale: #929292. Windows color (decimal): -6514598 or 5937308. OLE color: 5937308.

HSL color Cylindrical-coordinate representation of color #9C985A: hue angle of 56.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C985A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15615290-
CMYK00.030.420.39
HSL56.36º26.83%48.24%-
HSV(B)56.36º42.31%61.18%-
XYZ26.7830.2614.1-
YUV146.1396.33135.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=39.20%
G=38.19%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561529000.030.420.3956.3626.8348.24
Hex9C985A032A27381b30
Octal234230132035247703360
Binary1001110010011000101101001110101010011111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,90); }

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

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

 a { background-color: rgb(156,152,90); }

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

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

 span { border-color: rgb(156,152,90); }

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