Html Css Color HEX #98C282 Gossip

📋 copy color: '#98C282'

red 152 ◦ green 194 ◦ blue 130

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

Shades of Gossip #98C282

Tints of Gossip #98C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 31.93%
G = 40.76%
B = 27.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#98C282 (or 0x98C282) is known color: Gossip. HEX triplet: 98, C2 and 82. RGB value is (152,194,130). Sum of RGB (Red+Green+Blue) = 152+194+130=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #98C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C282 is #673D7D. Grayscale: #AEAEAE. Windows color (decimal): -6765950 or 8569496. OLE color: 8569496.

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

Color convert

RGB 152 194 130 -
CMYK 0.22 0 0.33 0.24
HSL 99.38º 0.34% 0.64% -
HSV(B) 99.38º 0.33% 0.76% -
XYZ 36.27 46.87 28.25 -
YUV 174.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 152 194 130 0.22 0 0.33 0.24 99.38 0.34 0.64
Hex 98 C2 82 16 0 21 18 63 22 40
Octal 230 302 202 26 0 41 30 143 42 100
Binary 10011000 11000010 10000010 10110 0 100001 11000 1100011 100010 1000000

Color Harmonies of #98C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C282

Black with #98C282

Text Example


Text Example

White with #98C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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