Html Css Color HEX #98D072 Gossip

📋 copy color: '#98D072'

red 152 ◦ green 208 ◦ blue 114

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

Shades of Gossip #98D072

Tints of Gossip #98D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 32.07%
G = 43.88%
B = 24.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#98D072 (or 0x98D072) is known color: Gossip. HEX triplet: 98, D0 and 72. RGB value is (152,208,114). Sum of RGB (Red+Green+Blue) = 152+208+114=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #98D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D072 is #672F8D. Grayscale: #B4B4B4. Windows color (decimal): -6762382 or 7524504. OLE color: 7524504.

HSL color Cylindrical-coordinate representation of color #98D072: hue angle of 95.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98D072 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 114 -
CMYK 0.27 0 0.45 0.18
HSL 95.74º 0.5% 0.63% -
HSV(B) 95.74º 0.45% 0.82% -
XYZ 38.54 53 24.12 -
YUV 180.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 152 208 114 0.27 0 0.45 0.18 95.74 0.5 0.63
Hex 98 D0 72 1B 0 2D 12 60 32 3F
Octal 230 320 162 33 0 55 22 140 62 77
Binary 10011000 11010000 1110010 11011 0 101101 10010 1100000 110010 111111

Color Harmonies of #98D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D072

Black with #98D072

Text Example


Text Example

White with #98D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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