#98C386

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

Shades of Gossip #98C386

Tints of Gossip #98C386

Color information

#98C386 (or 0x98C386) is unknown color: approx Gossip. HEX triplet: 98, C3 and 86. RGB value is (152,195,134). Sum of RGB (Red+Green+Blue) = 152+195+134=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #98C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C386 is #673C79. Grayscale: #AFAFAF. Windows color (decimal): -6765690 or 8831896. OLE color: 8831896.

HSL color Cylindrical-coordinate representation of color #98C386: hue angle of 102.3º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C386 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB152195134-
CMYK0.2200.310.24
HSL102.3º33.7%64.51%-
HSV(B)102.3º31.28%76.47%-
XYZ36.7747.4329.77-
YUV175.19104.75111.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=31.60%
G=40.54%
B=27.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951340.2200.310.24102.333.764.51
Hex98C3861601F18662241
Octal230303206260373014642101
Binary100110001100001110000110101100111111100011001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,134); }

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

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

 a { background-color: rgb(152,195,134); }

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

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

 span { border-color: rgb(152,195,134); }

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