#98C084

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

Shades of Gossip #98C084

Tints of Gossip #98C084

Color information

#98C084 (or 0x98C084) is unknown color: approx Gossip. HEX triplet: 98, C0 and 84. RGB value is (152,192,132). Sum of RGB (Red+Green+Blue) = 152+192+132=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #98C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C084 is #673F7B. Grayscale: #ADADAD. Windows color (decimal): -6766460 or 8700056. OLE color: 8700056.

HSL color Cylindrical-coordinate representation of color #98C084: hue angle of 100º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C084 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB152192132-
CMYK0.2100.310.25
HSL100º32.26%63.53%-
HSV(B)100º31.25%75.29%-
XYZ35.9646.0428.82-
YUV173.2104.75112.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=31.93%
G=40.34%
B=27.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521921320.2100.310.2510032.2663.53
Hex98C0841501F19642040
Octal230300204250373114440100
Binary100110001100000010000100101010111111100111001001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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