#98C483

Color #98C483 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #98C483

Tints of Gossip #98C483

Color information

#98C483 (or 0x98C483) is unknown color: approx Gossip. HEX triplet: 98, C4 and 83. RGB value is (152,196,131). Sum of RGB (Red+Green+Blue) = 152+196+131=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #98C483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C483 is #673B7C. Grayscale: #AFAFAF. Windows color (decimal): -6765437 or 8635544. OLE color: 8635544.

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

Color convert

RGB152196131-
CMYK0.2200.330.23
HSL100.62º35.52%64.12%-
HSV(B)100.62º33.16%76.86%-
XYZ36.7947.7928.76-
YUV175.43102.92111.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=31.73%
G=40.92%
B=27.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521961310.2200.330.23100.6235.5264.12
Hex98C4831602117652440
Octal230304203260412714544100
Binary1001100011000100100000111011001000011011111001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,131); }

 H1.HeaderClassName
 {
   color: #98C483;
 }
 .AnyTagClassName
 {
   color: #98C483;
 }
</style>
background-color css

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

 a { background-color: rgb(152,196,131); }

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

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

 span { border-color: rgb(152,196,131); }

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