#98D672

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

Shades of Gossip #98D672

Tints of Gossip #98D672

Color information

#98D672 (or 0x98D672) is unknown color: approx Gossip. HEX triplet: 98, D6 and 72. RGB value is (152,214,114). Sum of RGB (Red+Green+Blue) = 152+214+114=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #98D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D672 is #67298D. Grayscale: #B8B8B8. Windows color (decimal): -6760846 or 7526040. OLE color: 7526040.

HSL color Cylindrical-coordinate representation of color #98D672: hue angle of 97.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98D672 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB152214114-
CMYK0.2900.470.16
HSL97.2º54.95%64.31%-
HSV(B)97.2º46.73%83.92%-
XYZ40.0355.9824.62-
YUV184.0688.46105.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=31.67%
G=44.58%
B=23.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141140.2900.470.1697.254.9564.31
Hex98D6721D02F10613740
Octal230326162350572014167100
Binary100110001101011011100101110101011111000011000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,114); }

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

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

 a { background-color: rgb(152,214,114); }

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

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

 span { border-color: rgb(152,214,114); }

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