Html Css Color HEX #98CA77 Gossip

📋 copy color: '#98CA77'

red 152 ◦ green 202 ◦ blue 119

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

Shades of Gossip #98CA77

Tints of Gossip #98CA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 32.14%
G = 42.71%
B = 25.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#98CA77 (or 0x98CA77) is known color: Gossip. HEX triplet: 98, CA and 77. RGB value is (152,202,119). Sum of RGB (Red+Green+Blue) = 152+202+119=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA77 is #673588. Grayscale: #B1B1B1. Windows color (decimal): -6763913 or 7850648. OLE color: 7850648.

HSL color Cylindrical-coordinate representation of color #98CA77: hue angle of 96.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98CA77 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 119 -
CMYK 0.25 0 0.41 0.21
HSL 96.14º 0.44% 0.63% -
HSV(B) 96.14º 0.41% 0.79% -
XYZ 37.4 50.25 25.18 -
YUV 177.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 152 202 119 0.25 0 0.41 0.21 96.14 0.44 0.63
Hex 98 CA 77 19 0 29 15 60 2C 3F
Octal 230 312 167 31 0 51 25 140 54 77
Binary 10011000 11001010 1110111 11001 0 101001 10101 1100000 101100 111111

Color Harmonies of #98CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA77

Black with #98CA77

Text Example


Text Example

White with #98CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,119); }

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

background-color css

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

 a { background-color: rgb(152,202,119); }

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

border-color css

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

 span { border-color: rgb(152,202,119); }

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