#9FBAA9

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

Shades of Skeptic #9FBAA9

Tints of Skeptic #9FBAA9

Color information

#9FBAA9 (or 0x9FBAA9) is unknown color: approx Skeptic. HEX triplet: 9F, BA and A9. RGB value is (159,186,169). Sum of RGB (Red+Green+Blue) = 159+186+169=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA9 is #604556. Grayscale: #B0B0B0. Windows color (decimal): -6309207 or 11123359. OLE color: 11123359.

HSL color Cylindrical-coordinate representation of color #9FBAA9: hue angle of 142.22º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAA9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB159186169-
CMYK0.1500.090.27
HSL142.22º16.36%67.65%-
HSV(B)142.22º14.52%72.94%-
XYZ39.0245.3544.23-
YUV175.99124.05115.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=30.93%
G=36.19%
B=32.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861690.1500.090.27142.2216.3667.65
Hex9FBAA9F091B8e1044
Octal237272251170113321620104
Binary1001111110111010101010011111010011101110001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBAA9; }

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

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

<style>
 a { background-color: #9FBAA9; }

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

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

<style>
 span { border-color: #9FBAA9; }

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

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