Html Css Color HEX #98CD8C Gossip

📋 copy color: '#98CD8C'

red 152 ◦ green 205 ◦ blue 140

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

Shades of Gossip #98CD8C

Tints of Gossip #98CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 30.58%
G = 41.25%
B = 28.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#98CD8C (or 0x98CD8C) is known color: Gossip. HEX triplet: 98, CD and 8C. RGB value is (152,205,140). Sum of RGB (Red+Green+Blue) = 152+205+140=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD8C is #673273. Grayscale: #B5B5B5. Windows color (decimal): -6763124 or 9227672. OLE color: 9227672.

HSL color Cylindrical-coordinate representation of color #98CD8C: hue angle of 108.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CD8C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 205 140 -
CMYK 0.26 0 0.32 0.20
HSL 108.92º 0.39% 0.68% -
HSV(B) 108.92º 0.32% 0.8% -
XYZ 39.51 52.23 32.81 -
YUV 181.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 152 205 140 0.26 0 0.32 0.20 108.92 0.39 0.68
Hex 98 CD 8C 1A 0 20 14 6D 27 44
Octal 230 315 214 32 0 40 24 155 47 104
Binary 10011000 11001101 10001100 11010 0 100000 10100 1101101 100111 1000100

Color Harmonies of #98CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CD8C

Black with #98CD8C

Text Example


Text Example

White with #98CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,205,140); }

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

background-color css

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

 a { background-color: rgb(152,205,140); }

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

border-color css

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

 span { border-color: rgb(152,205,140); }

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