#98CA7A

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

Shades of Gossip #98CA7A

Tints of Gossip #98CA7A

Color information

#98CA7A (or 0x98CA7A) is unknown color: approx Gossip. HEX triplet: 98, CA and 7A. RGB value is (152,202,122). Sum of RGB (Red+Green+Blue) = 152+202+122=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA7A is #673585. Grayscale: #B2B2B2. Windows color (decimal): -6763910 or 8047256. OLE color: 8047256.

HSL color Cylindrical-coordinate representation of color #98CA7A: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CA7A is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB152202122-
CMYK0.2500.400.21
HSL97.5º43.01%63.53%-
HSV(B)97.5º39.6%79.22%-
XYZ37.5850.3226.14-
YUV177.9396.44109.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=31.93%
G=42.44%
B=25.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021220.2500.400.2197.543.0163.53
Hex98CA7A1902815622b40
Octal230312172310502514253100
Binary100110001100101011110101100101010001010111000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,122); }

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

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

 a { background-color: rgb(152,202,122); }

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

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

 span { border-color: rgb(152,202,122); }

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