#98BE86

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

Shades of Gossip #98BE86

Tints of Gossip #98BE86

Color information

#98BE86 (or 0x98BE86) is unknown color: approx Gossip. HEX triplet: 98, BE and 86. RGB value is (152,190,134). Sum of RGB (Red+Green+Blue) = 152+190+134=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE86 is #674179. Grayscale: #ACACAC. Windows color (decimal): -6766970 or 8830616. OLE color: 8830616.

HSL color Cylindrical-coordinate representation of color #98BE86: hue angle of 100.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98BE86 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB152190134-
CMYK0.200.290.25
HSL100.71º30.11%63.53%-
HSV(B)100.71º29.47%74.51%-
XYZ35.6745.2229.4-
YUV172.25106.41113.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=31.93%
G=39.92%
B=28.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901340.200.290.25100.7130.1163.53
Hex98BE861401D19651e40
Octal230276206240353114536100
Binary10011000101111101000011010100011101110011100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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