Html Css Color HEX #98C182 Gossip

📋 copy color: '#98C182'

red 152 ◦ green 193 ◦ blue 130

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

Shades of Gossip #98C182

Tints of Gossip #98C182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 32%
G = 40.63%
B = 27.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#98C182 (or 0x98C182) is known color: Gossip. HEX triplet: 98, C1 and 82. RGB value is (152,193,130). Sum of RGB (Red+Green+Blue) = 152+193+130=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #98C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C182 is #673E7D. Grayscale: #ADADAD. Windows color (decimal): -6766206 or 8569240. OLE color: 8569240.

HSL color Cylindrical-coordinate representation of color #98C182: hue angle of 99.05º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98C182 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 130 -
CMYK 0.21 0 0.33 0.24
HSL 99.05º 0.34% 0.63% -
HSV(B) 99.05º 0.33% 0.76% -
XYZ 36.05 46.43 28.18 -
YUV 173.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 152 193 130 0.21 0 0.33 0.24 99.05 0.34 0.63
Hex 98 C1 82 15 0 21 18 63 22 3F
Octal 230 301 202 25 0 41 30 143 42 77
Binary 10011000 11000001 10000010 10101 0 100001 11000 1100011 100010 111111

Color Harmonies of #98C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C182

Black with #98C182

Text Example


Text Example

White with #98C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,130); }

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

background-color css

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

 a { background-color: rgb(152,193,130); }

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

border-color css

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

 span { border-color: rgb(152,193,130); }

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