Html Css Color HEX #98D38B Gossip

📋 copy color: '#98D38B'

red 152 ◦ green 211 ◦ blue 139

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

Shades of Gossip #98D38B

Tints of Gossip #98D38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 30.28%
G = 42.03%
B = 27.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#98D38B (or 0x98D38B) is known color: Gossip. HEX triplet: 98, D3 and 8B. RGB value is (152,211,139). Sum of RGB (Red+Green+Blue) = 152+211+139=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #98D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D38B is #672C74. Grayscale: #B9B9B9. Windows color (decimal): -6761589 or 9163672. OLE color: 9163672.

HSL color Cylindrical-coordinate representation of color #98D38B: hue angle of 109.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D38B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 211 139 -
CMYK 0.28 0 0.34 0.17
HSL 109.17º 0.45% 0.69% -
HSV(B) 109.17º 0.34% 0.83% -
XYZ 40.9 55.13 32.91 -
YUV 185.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 152 211 139 0.28 0 0.34 0.17 109.17 0.45 0.69
Hex 98 D3 8B 1C 0 22 11 6D 2D 45
Octal 230 323 213 34 0 42 21 155 55 105
Binary 10011000 11010011 10001011 11100 0 100010 10001 1101101 101101 1000101

Color Harmonies of #98D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D38B

Black with #98D38B

Text Example


Text Example

White with #98D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,211,139); }

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

background-color css

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

 a { background-color: rgb(152,211,139); }

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

border-color css

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

 span { border-color: rgb(152,211,139); }

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