#98CE85

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

Shades of Gossip #98CE85

Tints of Gossip #98CE85

Color information

#98CE85 (or 0x98CE85) is unknown color: approx Gossip. HEX triplet: 98, CE and 85. RGB value is (152,206,133). Sum of RGB (Red+Green+Blue) = 152+206+133=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CE85 is #67317A. Grayscale: #B5B5B5. Windows color (decimal): -6762875 or 8769176. OLE color: 8769176.

HSL color Cylindrical-coordinate representation of color #98CE85: hue angle of 104.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CE85 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB152206133-
CMYK0.2600.350.19
HSL104.38º42.69%66.47%-
HSV(B)104.38º35.44%80.78%-
XYZ39.2552.5130.26-
YUV181.53100.61106.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=30.96%
G=41.96%
B=27.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061330.2600.350.19104.3842.6966.47
Hex98CE851A02313682b42
Octal230316205320432315053102
Binary1001100011001110100001011101001000111001111010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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