Html Css Color HEX #98C978 Gossip

📋 copy color: '#98C978'

red 152 ◦ green 201 ◦ blue 120

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

Shades of Gossip #98C978

Tints of Gossip #98C978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 32.14%
G = 42.49%
B = 25.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#98C978 (or 0x98C978) is known color: Gossip. HEX triplet: 98, C9 and 78. RGB value is (152,201,120). Sum of RGB (Red+Green+Blue) = 152+201+120=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #98C978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C978 is #673687. Grayscale: #B1B1B1. Windows color (decimal): -6764168 or 7915928. OLE color: 7915928.

HSL color Cylindrical-coordinate representation of color #98C978: hue angle of 96.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C978 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 201 120 -
CMYK 0.24 0 0.40 0.21
HSL 96.3º 0.43% 0.63% -
HSV(B) 96.3º 0.4% 0.79% -
XYZ 37.23 49.8 25.42 -
YUV 177.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 152 201 120 0.24 0 0.40 0.21 96.3 0.43 0.63
Hex 98 C9 78 18 0 28 15 60 2B 3F
Octal 230 311 170 30 0 50 25 140 53 77
Binary 10011000 11001001 1111000 11000 0 101000 10101 1100000 101011 111111

Color Harmonies of #98C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C978

Black with #98C978

Text Example


Text Example

White with #98C978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,201,120); }

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

background-color css

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

 a { background-color: rgb(152,201,120); }

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

border-color css

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

 span { border-color: rgb(152,201,120); }

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