#9FBCA9

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

Shades of Skeptic #9FBCA9

Tints of Skeptic #9FBCA9

Color information

#9FBCA9 (or 0x9FBCA9) is unknown color: approx Skeptic. HEX triplet: 9F, BC and A9. RGB value is (159,188,169). Sum of RGB (Red+Green+Blue) = 159+188+169=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA9 is #604356. Grayscale: #B1B1B1. Windows color (decimal): -6308695 or 11123871. OLE color: 11123871.

HSL color Cylindrical-coordinate representation of color #9FBCA9: hue angle of 140.69º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCA9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB159188169-
CMYK0.1500.100.26
HSL140.69º17.79%68.04%-
HSV(B)140.69º15.43%73.73%-
XYZ39.4446.244.38-
YUV177.16123.39115.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=30.81%
G=36.43%
B=32.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881690.1500.100.26140.6917.7968.04
Hex9FBCA9F0A1A8d1244
Octal237274251170123221522104
Binary1001111110111100101010011111010101101010001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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