#98CB8E

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

Shades of Gossip #98CB8E

Tints of Gossip #98CB8E

Color information

#98CB8E (or 0x98CB8E) is unknown color: approx Gossip. HEX triplet: 98, CB and 8E. RGB value is (152,203,142). Sum of RGB (Red+Green+Blue) = 152+203+142=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB8E is #673471. Grayscale: #B4B4B4. Windows color (decimal): -6763634 or 9358232. OLE color: 9358232.

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

Color convert

RGB152203142-
CMYK0.2500.300.20
HSL110.16º36.97%67.65%-
HSV(B)110.16º30.05%79.61%-
XYZ39.1951.3433.44-
YUV180.8106.1107.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=30.58%
G=40.85%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031420.2500.300.20110.1636.9767.65
Hex98CB8E1901E146e2544
Octal230313216310362415645104
Binary100110001100101110001110110010111101010011011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,203,142); }

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

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

 a { background-color: rgb(152,203,142); }

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

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

 span { border-color: rgb(152,203,142); }

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