#97D87B

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

Shades of Gossip #97D87B

Tints of Gossip #97D87B

Color information

#97D87B (or 0x97D87B) is unknown color: approx Gossip. HEX triplet: 97, D8 and 7B. RGB value is (151,216,123). Sum of RGB (Red+Green+Blue) = 151+216+123=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #97D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D87B is #682784. Grayscale: #BABABA. Windows color (decimal): -6825861 or 8116375. OLE color: 8116375.

HSL color Cylindrical-coordinate representation of color #97D87B: hue angle of 101.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97D87B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB151216123-
CMYK0.3000.430.15
HSL101.94º54.39%66.47%-
HSV(B)101.94º43.06%84.71%-
XYZ40.8957.1227.61-
YUV185.9692.47103.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=30.82%
G=44.08%
B=25.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161230.3000.430.15101.9454.3966.47
Hex97D87B1E02BF663642
Octal227330173360531714666102
Binary10010111110110001111011111100101011111111001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,123); }

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

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

 a { background-color: rgb(151,216,123); }

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

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

 span { border-color: rgb(151,216,123); }

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