#97C485

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

Shades of Gossip #97C485

Tints of Gossip #97C485

Color information

#97C485 (or 0x97C485) is unknown color: approx Gossip. HEX triplet: 97, C4 and 85. RGB value is (151,196,133). Sum of RGB (Red+Green+Blue) = 151+196+133=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #97C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C485 is #683B7A. Grayscale: #AFAFAF. Windows color (decimal): -6830971 or 8766615. OLE color: 8766615.

HSL color Cylindrical-coordinate representation of color #97C485: hue angle of 102.86º degrees, saturation: 0.35, 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 #97C485 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB151196133-
CMYK0.2300.320.23
HSL102.86º34.81%64.51%-
HSV(B)102.86º32.14%76.86%-
XYZ36.7447.7529.47-
YUV175.36104.09110.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=31.46%
G=40.83%
B=27.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511961330.2300.320.23102.8634.8164.51
Hex97C4851702017672341
Octal227304205270402714743101
Binary1001011111000100100001011011101000001011111001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C485; }

 p { color: rgb(151,196,133); }

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

<style>
 a { background-color: #97C485; }

 a { background-color: rgb(151,196,133); }

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

<style>
 span { border-color: #97C485; }

 span { border-color: rgb(151,196,133); }

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