#98D87B

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

Shades of Gossip #98D87B

Tints of Gossip #98D87B

Color information

#98D87B (or 0x98D87B) is unknown color: approx Gossip. HEX triplet: 98, D8 and 7B. RGB value is (152,216,123). Sum of RGB (Red+Green+Blue) = 152+216+123=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #98D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D87B is #672784. Grayscale: #BABABA. Windows color (decimal): -6760325 or 8116376. OLE color: 8116376.

HSL color Cylindrical-coordinate representation of color #98D87B: hue angle of 101.29º 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 #98D87B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB152216123-
CMYK0.3000.430.15
HSL101.29º54.39%66.47%-
HSV(B)101.29º43.06%84.71%-
XYZ41.0857.2227.62-
YUV186.2692.3103.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=30.96%
G=43.99%
B=25.05%

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
Decimal1522161230.3000.430.15101.2954.3966.47
Hex98D87B1E02BF653642
Octal230330173360531714566102
Binary10011000110110001111011111100101011111111001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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