#98E069

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

Shades of Gossip #98E069

Tints of Gossip #98E069

Color information

#98E069 (or 0x98E069) is unknown color: approx Gossip. HEX triplet: 98, E0 and 69. RGB value is (152,224,105). Sum of RGB (Red+Green+Blue) = 152+224+105=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #98E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E069 is #671F96. Grayscale: #BDBDBD. Windows color (decimal): -6758295 or 6938776. OLE color: 6938776.

HSL color Cylindrical-coordinate representation of color #98E069: hue angle of 96.3º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98E069 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB152224105-
CMYK0.3200.530.12
HSL96.3º65.75%64.51%-
HSV(B)96.3º53.12%87.84%-
XYZ42.1561.0122.92-
YUV188.9180.65101.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 224 (87.89% from 255) = 46.57%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=31.60%
G=46.57%
B=21.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522241050.3200.530.1296.365.7564.51
Hex98E06920035C604241
Octal2303401514006514140102101
Binary1001100011100000110100110000001101011100110000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,224,105); }

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

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

 a { background-color: rgb(152,224,105); }

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

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

 span { border-color: rgb(152,224,105); }

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