#9AC385

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

Shades of Gossip #9AC385

Tints of Gossip #9AC385

Color information

#9AC385 (or 0x9AC385) is unknown color: approx Gossip. HEX triplet: 9A, C3 and 85. RGB value is (154,195,133). Sum of RGB (Red+Green+Blue) = 154+195+133=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC385 is #653C7A. Grayscale: #AFAFAF. Windows color (decimal): -6634619 or 8766362. OLE color: 8766362.

HSL color Cylindrical-coordinate representation of color #9AC385: hue angle of 99.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AC385 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB154195133-
CMYK0.2100.320.24
HSL99.68º34.07%64.31%-
HSV(B)99.68º31.79%76.47%-
XYZ37.0847.5929.42-
YUV175.67103.92112.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=31.95%
G=40.46%
B=27.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951330.2100.320.2499.6834.0764.31
Hex9AC3851502018642240
Octal232303205250403014442100
Binary1001101011000011100001011010101000001100011001001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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