#98DA67

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

Shades of Gossip #98DA67

Tints of Gossip #98DA67

Color information

#98DA67 (or 0x98DA67) is unknown color: approx Gossip. HEX triplet: 98, DA and 67. RGB value is (152,218,103). Sum of RGB (Red+Green+Blue) = 152+218+103=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA67 is #672598. Grayscale: #B9B9B9. Windows color (decimal): -6759833 or 6806168. OLE color: 6806168.

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

Color convert

RGB152218103-
CMYK0.3000.530.15
HSL94.43º60.85%62.94%-
HSV(B)94.43º52.75%85.49%-
XYZ40.4757.821.86-
YUV185.1681.63104.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=32.14%
G=46.09%
B=21.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181030.3000.530.1594.4360.8562.94
Hex98DA671E035F5e3d3f
Octal23033214736065171367577
Binary1001100011011010110011111110011010111111011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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