#98D087

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

Shades of Gossip #98D087

Tints of Gossip #98D087

Color information

#98D087 (or 0x98D087) is unknown color: approx Gossip. HEX triplet: 98, D0 and 87. RGB value is (152,208,135). Sum of RGB (Red+Green+Blue) = 152+208+135=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #98D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D087 is #672F78. Grayscale: #B7B7B7. Windows color (decimal): -6762361 or 8900760. OLE color: 8900760.

HSL color Cylindrical-coordinate representation of color #98D087: hue angle of 106.03º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D087 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB152208135-
CMYK0.2700.350.18
HSL106.03º43.71%67.25%-
HSV(B)106.03º35.1%81.57%-
XYZ39.8853.5431.15-
YUV182.93100.95105.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=30.71%
G=42.02%
B=27.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081350.2700.350.18106.0343.7167.25
Hex98D0871B023126a2c43
Octal230320207330432215254103
Binary1001100011010000100001111101101000111001011010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,135); }

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

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

 a { background-color: rgb(152,208,135); }

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

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

 span { border-color: rgb(152,208,135); }

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