#98D085

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

Shades of Gossip #98D085

Tints of Gossip #98D085

Color information

#98D085 (or 0x98D085) is unknown color: approx Gossip. HEX triplet: 98, D0 and 85. RGB value is (152,208,133). Sum of RGB (Red+Green+Blue) = 152+208+133=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #98D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D085 is #672F7A. Grayscale: #B6B6B6. Windows color (decimal): -6762363 or 8769688. OLE color: 8769688.

HSL color Cylindrical-coordinate representation of color #98D085: hue angle of 104.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D085 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB152208133-
CMYK0.2700.360.18
HSL104.8º44.38%66.86%-
HSV(B)104.8º36.06%81.57%-
XYZ39.7453.4830.42-
YUV182.7199.95106.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=30.83%
G=42.19%
B=26.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081330.2700.360.18104.844.3866.86
Hex98D0851B02412692c43
Octal230320205330442215154103
Binary1001100011010000100001011101101001001001011010011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,133); }

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

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

 a { background-color: rgb(152,208,133); }

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

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

 span { border-color: rgb(152,208,133); }

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