#98D38A

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

Shades of Gossip #98D38A

Tints of Gossip #98D38A

Color information

#98D38A (or 0x98D38A) is unknown color: approx Gossip. HEX triplet: 98, D3 and 8A. RGB value is (152,211,138). Sum of RGB (Red+Green+Blue) = 152+211+138=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #98D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D38A is #672C75. Grayscale: #B9B9B9. Windows color (decimal): -6761590 or 9098136. OLE color: 9098136.

HSL color Cylindrical-coordinate representation of color #98D38A: hue angle of 108.49º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D38A is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB152211138-
CMYK0.2800.350.17
HSL108.49º45.34%68.43%-
HSV(B)108.49º34.6%82.75%-
XYZ40.8355.132.53-
YUV185.04101.45104.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=30.34%
G=42.12%
B=27.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522111380.2800.350.17108.4945.3468.43
Hex98D38A1C023116c2d44
Octal230323212340432115455104
Binary1001100011010011100010101110001000111000111011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,138); }

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

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

 a { background-color: rgb(152,211,138); }

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

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

 span { border-color: rgb(152,211,138); }

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