Html Css Color HEX #98D872 Gossip

📋 copy color: '#98D872'

red 152 ◦ green 216 ◦ blue 114

#98D872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #98D872

Tints of Gossip #98D872

RGB

 RED value IS 152 (59.77% from 255) = 31.54%

 GREEN value IS 216 (84.77% from 255) = 44.81%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 31.54%
G = 44.81%
B = 23.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#98D872 (or 0x98D872) is known color: Gossip. HEX triplet: 98, D8 and 72. RGB value is (152,216,114). Sum of RGB (Red+Green+Blue) = 152+216+114=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #98D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D872 is #67278D. Grayscale: #B9B9B9. Windows color (decimal): -6760334 or 7526552. OLE color: 7526552.

HSL color Cylindrical-coordinate representation of color #98D872: hue angle of 97.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98D872 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 216 114 -
CMYK 0.30 0 0.47 0.15
HSL 97.65º 0.57% 0.65% -
HSV(B) 97.65º 0.47% 0.85% -
XYZ 40.54 57 24.79 -
YUV 185.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 152 216 114 0.30 0 0.47 0.15 97.65 0.57 0.65
Hex 98 D8 72 1E 0 2F F 62 39 41
Octal 230 330 162 36 0 57 17 142 71 101
Binary 10011000 11011000 1110010 11110 0 101111 1111 1100010 111001 1000001

Color Harmonies of #98D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D872

Black with #98D872

Text Example


Text Example

White with #98D872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98D872;
 }
 .AnyTagClassName
 {
   color: #98D872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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