#98C286

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

Shades of Gossip #98C286

Tints of Gossip #98C286

Color information

#98C286 (or 0x98C286) is unknown color: approx Gossip. HEX triplet: 98, C2 and 86. RGB value is (152,194,134). Sum of RGB (Red+Green+Blue) = 152+194+134=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #98C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C286 is #673D79. Grayscale: #AEAEAE. Windows color (decimal): -6765946 or 8831640. OLE color: 8831640.

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

Color convert

RGB152194134-
CMYK0.2200.310.24
HSL102º32.97%64.31%-
HSV(B)102º30.93%76.08%-
XYZ36.5446.9829.7-
YUV174.6105.09111.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=31.67%
G=40.42%
B=27.92%

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
Decimal1521941340.2200.310.2410232.9764.31
Hex98C2861601F18662140
Octal230302206260373014641100
Binary100110001100001010000110101100111111100011001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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