#98D57B

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

Shades of Gossip #98D57B

Tints of Gossip #98D57B

Color information

#98D57B (or 0x98D57B) is unknown color: approx Gossip. HEX triplet: 98, D5 and 7B. RGB value is (152,213,123). Sum of RGB (Red+Green+Blue) = 152+213+123=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #98D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D57B is #672A84. Grayscale: #B8B8B8. Windows color (decimal): -6761093 or 8115608. OLE color: 8115608.

HSL color Cylindrical-coordinate representation of color #98D57B: hue angle of 100.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98D57B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB152213123-
CMYK0.2900.420.16
HSL100.67º51.72%65.88%-
HSV(B)100.67º42.25%83.53%-
XYZ40.3255.6927.36-
YUV184.593.29104.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=31.15%
G=43.65%
B=25.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131230.2900.420.16100.6751.7265.88
Hex98D57B1D02A10653442
Octal230325173350522014564102
Binary100110001101010111110111110101010101000011001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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