#98BAA9

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

Shades of Skeptic #98BAA9

Tints of Skeptic #98BAA9

Color information

#98BAA9 (or 0x98BAA9) is unknown color: approx Skeptic. HEX triplet: 98, BA and A9. RGB value is (152,186,169). Sum of RGB (Red+Green+Blue) = 152+186+169=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAA9 is #674556. Grayscale: #ADADAD. Windows color (decimal): -6767959 or 11123352. OLE color: 11123352.

HSL color Cylindrical-coordinate representation of color #98BAA9: hue angle of 150º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAA9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB152186169-
CMYK0.1800.090.27
HSL150º19.77%66.27%-
HSV(B)150º18.28%72.94%-
XYZ37.6744.6644.17-
YUV173.9125.24112.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=29.98%
G=36.69%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861690.1800.090.2715019.7766.27
Hex98BAA912091B961442
Octal230272251220113322624102
Binary10011000101110101010100110010010011101110010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,169); }

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

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

 a { background-color: rgb(152,186,169); }

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

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

 span { border-color: rgb(152,186,169); }

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