#9AC985

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

Shades of Gossip #9AC985

Tints of Gossip #9AC985

Color information

#9AC985 (or 0x9AC985) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 85. RGB value is (154,201,133). Sum of RGB (Red+Green+Blue) = 154+201+133=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC985 is #65367A. Grayscale: #B3B3B3. Windows color (decimal): -6633083 or 8767898. OLE color: 8767898.

HSL color Cylindrical-coordinate representation of color #9AC985: hue angle of 101.47º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC985 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB154201133-
CMYK0.2300.340.21
HSL101.47º38.64%65.49%-
HSV(B)101.47º33.83%78.82%-
XYZ38.4550.3429.88-
YUV179.2101.93110.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=31.56%
G=41.19%
B=27.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011330.2300.340.21101.4738.6465.49
Hex9AC9851702215652741
Octal232311205270422514547101
Binary1001101011001001100001011011101000101010111001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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