#98BCA9

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

Shades of Skeptic #98BCA9

Tints of Skeptic #98BCA9

Color information

#98BCA9 (or 0x98BCA9) is unknown color: approx Skeptic. HEX triplet: 98, BC and A9. RGB value is (152,188,169). Sum of RGB (Red+Green+Blue) = 152+188+169=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCA9 is #674356. Grayscale: #AFAFAF. Windows color (decimal): -6767447 or 11123864. OLE color: 11123864.

HSL color Cylindrical-coordinate representation of color #98BCA9: hue angle of 148.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCA9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB152188169-
CMYK0.1900.100.26
HSL148.33º21.18%66.67%-
HSV(B)148.33º19.15%73.73%-
XYZ38.0945.5144.31-
YUV175.07124.57111.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=29.86%
G=36.94%
B=33.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881690.1900.100.26148.3321.1866.67
Hex98BCA9130A1A941543
Octal230274251230123222425103
Binary10011000101111001010100110011010101101010010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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