#98e06b

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

Shades of Gossip #98E06B

Tints of Gossip #98E06B

Color information

#98E06B (or 0x98E06B) is unknown color: approx Gossip. HEX triplet: 98, E0 and 6B. RGB value is (152,224,107). Sum of RGB (Red+Green+Blue) = 152+224+107=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #98E06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E06B is #671F94. Grayscale: #BDBDBD. Windows color (decimal): -6758293 or 7069848. OLE color: 7069848.

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

Color convert

RGB152224107-
CMYK0.3200.520.12
HSL96.92º65.36%64.9%-
HSV(B)96.92º52.23%87.84%-
XYZ42.2661.0523.47-
YUV189.1381.65101.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=31.47%
G=46.38%
B=22.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522241070.3200.520.1296.9265.3664.9
Hex98E06B20034C614141
Octal2303401534006414141101101
Binary1001100011100000110101110000001101001100110000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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