#98CD86

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

Shades of Gossip #98CD86

Tints of Gossip #98CD86

Color information

#98CD86 (or 0x98CD86) is unknown color: approx Gossip. HEX triplet: 98, CD and 86. RGB value is (152,205,134). Sum of RGB (Red+Green+Blue) = 152+205+134=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD86 is #673279. Grayscale: #B5B5B5. Windows color (decimal): -6763130 or 8834456. OLE color: 8834456.

HSL color Cylindrical-coordinate representation of color #98CD86: hue angle of 104.79º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CD86 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB152205134-
CMYK0.2600.350.20
HSL104.79º41.52%66.47%-
HSV(B)104.79º34.63%80.39%-
XYZ39.0852.0630.54-
YUV181.06101.44107.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=30.96%
G=41.75%
B=27.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051340.2600.350.20104.7941.5266.47
Hex98CD861A02314692a42
Octal230315206320432415152102
Binary1001100011001101100001101101001000111010011010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,134); }

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

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

 a { background-color: rgb(152,205,134); }

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

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

 span { border-color: rgb(152,205,134); }

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