#98D58A

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

Shades of Gossip #98D58A

Tints of Gossip #98D58A

Color information

#98D58A (or 0x98D58A) is unknown color: approx Gossip. HEX triplet: 98, D5 and 8A. RGB value is (152,213,138). Sum of RGB (Red+Green+Blue) = 152+213+138=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #98D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D58A is #672A75. Grayscale: #BABABA. Windows color (decimal): -6761078 or 9098648. OLE color: 9098648.

HSL color Cylindrical-coordinate representation of color #98D58A: hue angle of 108.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D58A is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB152213138-
CMYK0.2900.350.16
HSL108.8º47.17%68.82%-
HSV(B)108.8º35.21%83.53%-
XYZ41.3356.132.69-
YUV186.21100.79103.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=30.22%
G=42.35%
B=27.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131380.2900.350.16108.847.1768.82
Hex98D58A1D023106d2f45
Octal230325212350432015557105
Binary1001100011010101100010101110101000111000011011011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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