#98CE78

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

Shades of Gossip #98CE78

Tints of Gossip #98CE78

Color information

#98CE78 (or 0x98CE78) is unknown color: approx Gossip. HEX triplet: 98, CE and 78. RGB value is (152,206,120). Sum of RGB (Red+Green+Blue) = 152+206+120=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE78 is #673187. Grayscale: #B4B4B4. Windows color (decimal): -6762888 or 7917208. OLE color: 7917208.

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

Color convert

RGB152206120-
CMYK0.2600.420.19
HSL97.67º46.74%63.92%-
HSV(B)97.67º41.75%80.78%-
XYZ38.4152.1725.82-
YUV180.0594.11107.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=31.80%
G=43.10%
B=25.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061200.2600.420.1997.6746.7463.92
Hex98CE781A02A13622f40
Octal230316170320522314257100
Binary100110001100111011110001101001010101001111000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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