Html Css Color HEX #98C47D Gossip

📋 copy color: '#98C47D'

red 152 ◦ green 196 ◦ blue 125

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

Shades of Gossip #98C47D

Tints of Gossip #98C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.44%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 32.14%
G = 41.44%
B = 26.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#98C47D (or 0x98C47D) is known color: Gossip. HEX triplet: 98, C4 and 7D. RGB value is (152,196,125). Sum of RGB (Red+Green+Blue) = 152+196+125=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #98C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C47D is #673B82. Grayscale: #AEAEAE. Windows color (decimal): -6765443 or 8242328. OLE color: 8242328.

HSL color Cylindrical-coordinate representation of color #98C47D: hue angle of 97.18º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C47D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 196 125 -
CMYK 0.22 0 0.36 0.23
HSL 97.18º 0.38% 0.63% -
HSV(B) 97.18º 0.36% 0.77% -
XYZ 36.39 47.64 26.68 -
YUV 174.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 152 196 125 0.22 0 0.36 0.23 97.18 0.38 0.63
Hex 98 C4 7D 16 0 24 17 61 26 3F
Octal 230 304 175 26 0 44 27 141 46 77
Binary 10011000 11000100 1111101 10110 0 100100 10111 1100001 100110 111111

Color Harmonies of #98C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C47D

Black with #98C47D

Text Example


Text Example

White with #98C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,196,125); }

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

background-color css

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

 a { background-color: rgb(152,196,125); }

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

border-color css

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

 span { border-color: rgb(152,196,125); }

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