#98E282

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

Shades of Gossip #98E282

Tints of Gossip #98E282

Color information

#98E282 (or 0x98E282) is unknown color: approx Gossip. HEX triplet: 98, E2 and 82. RGB value is (152,226,130). Sum of RGB (Red+Green+Blue) = 152+226+130=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #98E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E282 is #671D7D. Grayscale: #C1C1C1. Windows color (decimal): -6757758 or 8577688. OLE color: 8577688.

HSL color Cylindrical-coordinate representation of color #98E282: hue angle of 106.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98E282 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB152226130-
CMYK0.3300.420.11
HSL106.25º62.34%69.8%-
HSV(B)106.25º42.48%88.63%-
XYZ44.1762.6830.89-
YUV192.9392.4898.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=29.92%
G=44.49%
B=25.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522261300.3300.420.11106.2562.3469.8
Hex98E2822102AB6a3e46
Octal230342202410521315276106
Binary1001100011100010100000101000010101010101111010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,226,130); }

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

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

 a { background-color: rgb(152,226,130); }

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

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

 span { border-color: rgb(152,226,130); }

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