Html Css Color HEX #98D688 Gossip

📋 copy color: '#98D688'

red 152 ◦ green 214 ◦ blue 136

#98D688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #98D688

Tints of Gossip #98D688

RGB

 RED value IS 152 (59.77% from 255) = 30.28%

 GREEN value IS 214 (83.98% from 255) = 42.63%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 30.28%
G = 42.63%
B = 27.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#98D688 (or 0x98D688) is known color: Gossip. HEX triplet: 98, D6 and 88. RGB value is (152,214,136). Sum of RGB (Red+Green+Blue) = 152+214+136=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #98D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D688 is #672977. Grayscale: #BABABA. Windows color (decimal): -6760824 or 8967832. OLE color: 8967832.

HSL color Cylindrical-coordinate representation of color #98D688: hue angle of 107.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D688 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 136 -
CMYK 0.29 0 0.36 0.16
HSL 107.69º 0.49% 0.69% -
HSV(B) 107.69º 0.36% 0.84% -
XYZ 41.44 56.55 32.02 -
YUV 186.57 99.46 103.34 -
System Red Green Blue C M Y K H S L
Decimal 152 214 136 0.29 0 0.36 0.16 107.69 0.49 0.69
Hex 98 D6 88 1D 0 24 10 6C 31 45
Octal 230 326 210 35 0 44 20 154 61 105
Binary 10011000 11010110 10001000 11101 0 100100 10000 1101100 110001 1000101

Color Harmonies of #98D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D688

Black with #98D688

Text Example


Text Example

White with #98D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98D688;
 }
 .AnyTagClassName
 {
   color: #98D688;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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