#98C47F

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

Shades of Gossip #98C47F

Tints of Gossip #98C47F

Color information

#98C47F (or 0x98C47F) is unknown color: approx Gossip. HEX triplet: 98, C4 and 7F. RGB value is (152,196,127). Sum of RGB (Red+Green+Blue) = 152+196+127=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #98C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C47F is #673B80. Grayscale: #AFAFAF. Windows color (decimal): -6765441 or 8373400. OLE color: 8373400.

HSL color Cylindrical-coordinate representation of color #98C47F: hue angle of 98.26º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98C47F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB152196127-
CMYK0.2200.350.23
HSL98.26º36.9%63.33%-
HSV(B)98.26º35.2%76.86%-
XYZ36.5247.6927.36-
YUV174.98100.92111.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 127 (50% from 255) = 26.74%
R=32%
G=41.26%
B=26.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521961270.2200.350.2398.2636.963.33
Hex98C47F160231762253f
Octal23030417726043271424577
Binary10011000110001001111111101100100011101111100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,127); }

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

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

 a { background-color: rgb(152,196,127); }

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

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

 span { border-color: rgb(152,196,127); }

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