#97C581

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

Shades of Gossip #97C581

Tints of Gossip #97C581

Color information

#97C581 (or 0x97C581) is unknown color: approx Gossip. HEX triplet: 97, C5 and 81. RGB value is (151,197,129). Sum of RGB (Red+Green+Blue) = 151+197+129=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #97C581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C581 is #683A7E. Grayscale: #AFAFAF. Windows color (decimal): -6830719 or 8504727. OLE color: 8504727.

HSL color Cylindrical-coordinate representation of color #97C581: hue angle of 100.59º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C581 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB151197129-
CMYK0.2300.350.23
HSL100.59º36.96%63.92%-
HSV(B)100.59º34.52%77.25%-
XYZ36.6948.128.12-
YUV175.49101.76110.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=31.66%
G=41.30%
B=27.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511971290.2300.350.23100.5936.9663.92
Hex97C5811702317652540
Octal227305201270432714545100
Binary1001011111000101100000011011101000111011111001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,129); }

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

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

 a { background-color: rgb(151,197,129); }

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

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

 span { border-color: rgb(151,197,129); }

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