#98D66A

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

Shades of Gossip #98D66A

Tints of Gossip #98D66A

Color information

#98D66A (or 0x98D66A) is unknown color: approx Gossip. HEX triplet: 98, D6 and 6A. RGB value is (152,214,106). Sum of RGB (Red+Green+Blue) = 152+214+106=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #98D66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D66A is #672995. Grayscale: #B7B7B7. Windows color (decimal): -6760854 or 7001752. OLE color: 7001752.

HSL color Cylindrical-coordinate representation of color #98D66A: hue angle of 94.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98D66A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB152214106-
CMYK0.2900.500.16
HSL94.44º56.84%62.75%-
HSV(B)94.44º50.47%83.92%-
XYZ39.655.8122.32-
YUV183.1584.46105.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=32.20%
G=45.34%
B=22.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141060.2900.500.1694.4456.8462.75
Hex98D66A1D032105e393f
Octal23032615235062201367177
Binary10011000110101101101010111010110010100001011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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