Html Css Color HEX #98CA7D Gossip

📋 copy color: '#98CA7D'

red 152 ◦ green 202 ◦ blue 125

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

Shades of Gossip #98CA7D

Tints of Gossip #98CA7D

RGB

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

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

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

R = 31.73%
G = 42.17%
B = 26.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#98CA7D (or 0x98CA7D) is known color: Gossip. HEX triplet: 98, CA and 7D. RGB value is (152,202,125). Sum of RGB (Red+Green+Blue) = 152+202+125=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA7D is #673582. Grayscale: #B2B2B2. Windows color (decimal): -6763907 or 8243864. OLE color: 8243864.

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

Color convert

RGB 152 202 125 -
CMYK 0.25 0 0.38 0.21
HSL 98.96º 0.42% 0.64% -
HSV(B) 98.96º 0.38% 0.79% -
XYZ 37.77 50.4 27.14 -
YUV 178.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 152 202 125 0.25 0 0.38 0.21 98.96 0.42 0.64
Hex 98 CA 7D 19 0 26 15 63 2A 40
Octal 230 312 175 31 0 46 25 143 52 100
Binary 10011000 11001010 1111101 11001 0 100110 10101 1100011 101010 1000000

Color Harmonies of #98CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA7D

Black with #98CA7D

Text Example


Text Example

White with #98CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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