#98DA83

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

Shades of Gossip #98DA83

Tints of Gossip #98DA83

Color information

#98DA83 (or 0x98DA83) is unknown color: approx Gossip. HEX triplet: 98, DA and 83. RGB value is (152,218,131). Sum of RGB (Red+Green+Blue) = 152+218+131=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DA83 is #67257C. Grayscale: #BCBCBC. Windows color (decimal): -6759805 or 8641176. OLE color: 8641176.

HSL color Cylindrical-coordinate representation of color #98DA83: hue angle of 105.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DA83 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB152218131-
CMYK0.3000.400.15
HSL105.52º54.04%68.43%-
HSV(B)105.52º39.91%85.49%-
XYZ42.1258.4630.54-
YUV188.3595.63102.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=30.34%
G=43.51%
B=26.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181310.3000.400.15105.5254.0468.43
Hex98DA831E028F6a3644
Octal230332203360501715266104
Binary100110001101101010000011111100101000111111010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,131); }

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

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

 a { background-color: rgb(152,218,131); }

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

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

 span { border-color: rgb(152,218,131); }

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