#98CD87

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

Shades of Gossip #98CD87

Tints of Gossip #98CD87

Color information

#98CD87 (or 0x98CD87) is unknown color: approx Gossip. HEX triplet: 98, CD and 87. RGB value is (152,205,135). Sum of RGB (Red+Green+Blue) = 152+205+135=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD87 is #673278. Grayscale: #B5B5B5. Windows color (decimal): -6763129 or 8899992. OLE color: 8899992.

HSL color Cylindrical-coordinate representation of color #98CD87: hue angle of 105.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98CD87 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB152205135-
CMYK0.2600.340.20
HSL105.43º41.18%66.67%-
HSV(B)105.43º34.15%80.39%-
XYZ39.1552.0930.91-
YUV181.17101.94107.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=30.89%
G=41.67%
B=27.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051350.2600.340.20105.4341.1866.67
Hex98CD871A02214692943
Octal230315207320422415151103
Binary1001100011001101100001111101001000101010011010011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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