Html Css Color HEX #98C087 Gossip

📋 copy color: '#98C087'

red 152 ◦ green 192 ◦ blue 135

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

Shades of Gossip #98C087

Tints of Gossip #98C087

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 31.73%
G = 40.08%
B = 28.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#98C087 (or 0x98C087) is known color: Gossip. HEX triplet: 98, C0 and 87. RGB value is (152,192,135). Sum of RGB (Red+Green+Blue) = 152+192+135=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #98C087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C087 is #673F78. Grayscale: #ADADAD. Windows color (decimal): -6766457 or 8896664. OLE color: 8896664.

HSL color Cylindrical-coordinate representation of color #98C087: hue angle of 102.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C087 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 135 -
CMYK 0.21 0 0.30 0.25
HSL 102.11º 0.31% 0.64% -
HSV(B) 102.11º 0.3% 0.75% -
XYZ 36.17 46.12 29.92 -
YUV 173.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 152 192 135 0.21 0 0.30 0.25 102.11 0.31 0.64
Hex 98 C0 87 15 0 1E 19 66 1F 40
Octal 230 300 207 25 0 36 31 146 37 100
Binary 10011000 11000000 10000111 10101 0 11110 11001 1100110 11111 1000000

Color Harmonies of #98C087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C087

Black with #98C087

Text Example


Text Example

White with #98C087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,135); }

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

background-color css

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

 a { background-color: rgb(152,192,135); }

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

border-color css

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

 span { border-color: rgb(152,192,135); }

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