#98DA69

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

Shades of Gossip #98DA69

Tints of Gossip #98DA69

Color information

#98DA69 (or 0x98DA69) is unknown color: approx Gossip. HEX triplet: 98, DA and 69. RGB value is (152,218,105). Sum of RGB (Red+Green+Blue) = 152+218+105=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA69 is #672596. Grayscale: #B9B9B9. Windows color (decimal): -6759831 or 6937240. OLE color: 6937240.

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

Color convert

RGB152218105-
CMYK0.3000.520.15
HSL95.04º60.43%63.33%-
HSV(B)95.04º51.83%85.49%-
XYZ40.5757.8422.39-
YUV185.3882.63104.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=32%
G=45.89%
B=22.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181050.3000.520.1595.0460.4363.33
Hex98DA691E034F5f3c3f
Octal23033215136064171377477
Binary1001100011011010110100111110011010011111011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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