#98BAA7

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

Shades of Skeptic #98BAA7

Tints of Skeptic #98BAA7

Color information

#98BAA7 (or 0x98BAA7) is unknown color: approx Skeptic. HEX triplet: 98, BA and A7. RGB value is (152,186,167). Sum of RGB (Red+Green+Blue) = 152+186+167=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAA7 is #674558. Grayscale: #ADADAD. Windows color (decimal): -6767961 or 10992280. OLE color: 10992280.

HSL color Cylindrical-coordinate representation of color #98BAA7: hue angle of 146.47º 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 #98BAA7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB152186167-
CMYK0.1800.100.27
HSL146.47º19.77%66.27%-
HSV(B)146.47º18.28%72.94%-
XYZ37.4844.5843.19-
YUV173.67124.24112.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=30.10%
G=36.83%
B=33.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861670.1800.100.27146.4719.7766.27
Hex98BAA7120A1B921442
Octal230272247220123322224102
Binary10011000101110101010011110010010101101110010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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