#98C284

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

Shades of Gossip #98C284

Tints of Gossip #98C284

Color information

#98C284 (or 0x98C284) is unknown color: approx Gossip. HEX triplet: 98, C2 and 84. RGB value is (152,194,132). Sum of RGB (Red+Green+Blue) = 152+194+132=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #98C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C284 is #673D7B. Grayscale: #AEAEAE. Windows color (decimal): -6765948 or 8700568. OLE color: 8700568.

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

Color convert

RGB152194132-
CMYK0.2200.320.24
HSL100.65º33.7%63.92%-
HSV(B)100.65º31.96%76.08%-
XYZ36.4146.9228.97-
YUV174.37104.09112.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=31.80%
G=40.59%
B=27.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521941320.2200.320.24100.6533.763.92
Hex98C2841602018652240
Octal230302204260403014542100
Binary1001100011000010100001001011001000001100011001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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