#9AC585

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

Shades of Gossip #9AC585

Tints of Gossip #9AC585

Color information

#9AC585 (or 0x9AC585) is unknown color: approx Gossip. HEX triplet: 9A, C5 and 85. RGB value is (154,197,133). Sum of RGB (Red+Green+Blue) = 154+197+133=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC585 is #653A7A. Grayscale: #B1B1B1. Windows color (decimal): -6634107 or 8766874. OLE color: 8766874.

HSL color Cylindrical-coordinate representation of color #9AC585: hue angle of 100.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AC585 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB154197133-
CMYK0.2200.320.23
HSL100.31º35.56%64.71%-
HSV(B)100.31º32.49%77.25%-
XYZ37.5348.529.57-
YUV176.85103.25111.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=31.82%
G=40.70%
B=27.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541971330.2200.320.23100.3135.5664.71
Hex9AC5851602017642441
Octal232305205260402714444101
Binary1001101011000101100001011011001000001011111001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,133); }

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

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

 a { background-color: rgb(154,197,133); }

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

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

 span { border-color: rgb(154,197,133); }

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