#98D96A

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

Shades of Gossip #98D96A

Tints of Gossip #98D96A

Color information

#98D96A (or 0x98D96A) is unknown color: approx Gossip. HEX triplet: 98, D9 and 6A. RGB value is (152,217,106). Sum of RGB (Red+Green+Blue) = 152+217+106=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #98D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D96A is #672695. Grayscale: #B9B9B9. Windows color (decimal): -6760086 or 7002520. OLE color: 7002520.

HSL color Cylindrical-coordinate representation of color #98D96A: hue angle of 95.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98D96A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB152217106-
CMYK0.3000.510.15
HSL95.14º59.36%63.33%-
HSV(B)95.14º51.15%85.1%-
XYZ40.3657.3422.58-
YUV184.9183.47104.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=32%
G=45.68%
B=22.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171060.3000.510.1595.1459.3663.33
Hex98D96A1E033F5f3b3f
Octal23033115236063171377377
Binary1001100011011001110101011110011001111111011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,217,106); }

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

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

 a { background-color: rgb(152,217,106); }

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

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

 span { border-color: rgb(152,217,106); }

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