Html Css Color HEX #98D58A Gossip

📋 copy color: '#98D58A'

red 152 ◦ green 213 ◦ blue 138

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

Shades of Gossip #98D58A

Tints of Gossip #98D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 30.22%
G = 42.35%
B = 27.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#98D58A (or 0x98D58A) is known color: Gossip. HEX triplet: 98, D5 and 8A. RGB value is (152,213,138). Sum of RGB (Red+Green+Blue) = 152+213+138=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #98D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D58A is #672A75. Grayscale: #BABABA. Windows color (decimal): -6761078 or 9098648. OLE color: 9098648.

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

Color convert

RGB 152 213 138 -
CMYK 0.29 0 0.35 0.16
HSL 108.8º 0.47% 0.69% -
HSV(B) 108.8º 0.35% 0.84% -
XYZ 41.33 56.1 32.69 -
YUV 186.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 152 213 138 0.29 0 0.35 0.16 108.8 0.47 0.69
Hex 98 D5 8A 1D 0 23 10 6D 2F 45
Octal 230 325 212 35 0 43 20 155 57 105
Binary 10011000 11010101 10001010 11101 0 100011 10000 1101101 101111 1000101

Color Harmonies of #98D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D58A

Black with #98D58A

Text Example


Text Example

White with #98D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,138); }

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

background-color css

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

 a { background-color: rgb(152,213,138); }

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

border-color css

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

 span { border-color: rgb(152,213,138); }

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