#98C18A

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

Shades of Gossip #98C18A

Tints of Gossip #98C18A

Color information

#98C18A (or 0x98C18A) is unknown color: approx Gossip. HEX triplet: 98, C1 and 8A. RGB value is (152,193,138). Sum of RGB (Red+Green+Blue) = 152+193+138=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #98C18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C18A is #673E75. Grayscale: #AEAEAE. Windows color (decimal): -6766198 or 9093528. OLE color: 9093528.

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

Color convert

RGB152193138-
CMYK0.2100.280.24
HSL104.73º30.73%64.9%-
HSV(B)104.73º28.5%75.69%-
XYZ36.6146.6531.12-
YUV174.47107.42111.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=31.47%
G=39.96%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931380.2100.280.24104.7330.7364.9
Hex98C18A1501C18691f41
Octal230301212250343015137101
Binary10011000110000011000101010101011100110001101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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