#98CA8D

Color #98CA8D Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #98CA8D

Tints of Gossip #98CA8D

Color information

#98CA8D (or 0x98CA8D) is unknown color: approx Gossip. HEX triplet: 98, CA and 8D. RGB value is (152,202,141). Sum of RGB (Red+Green+Blue) = 152+202+141=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA8D is #673572. Grayscale: #B4B4B4. Windows color (decimal): -6763891 or 9292440. OLE color: 9292440.

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

Color convert

RGB152202141-
CMYK0.2500.300.21
HSL109.18º36.53%67.25%-
HSV(B)109.18º30.2%79.22%-
XYZ38.8850.8432.96-
YUV180.1105.94107.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=30.71%
G=40.81%
B=28.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021410.2500.300.21109.1836.5367.25
Hex98CA8D1901E156d2543
Octal230312215310362515545103
Binary100110001100101010001101110010111101010111011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98CA8D;
 }
 .AnyTagClassName
 {
   color: #98CA8D;
 }
</style>
background-color css

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

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

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

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

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

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