#9CA170

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

Shades of Avocado #9CA170

Tints of Avocado #9CA170

Color information

#9CA170 (or 0x9CA170) is unknown color: approx Avocado. HEX triplet: 9C, A1 and 70. RGB value is (156,161,112). Sum of RGB (Red+Green+Blue) = 156+161+112=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA170 is #635E8F. Grayscale: #9A9A9A. Windows color (decimal): -6512272 or 7381404. OLE color: 7381404.

HSL color Cylindrical-coordinate representation of color #9CA170: hue angle of 66.12º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA170 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB156161112-
CMYK0.0300.300.37
HSL66.12º20.68%53.53%-
HSV(B)66.12º30.43%63.14%-
XYZ29.3833.7320.29-
YUV153.92104.34129.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=36.36%
G=37.53%
B=26.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561611120.0300.300.3766.1220.6853.53
Hex9CA170301E25421536
Octal2342411603036451022566
Binary1001110010100001111000011011110100101100001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,112); }

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

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

 a { background-color: rgb(156,161,112); }

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

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

 span { border-color: rgb(156,161,112); }

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