#9BB0A9

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

Shades of Skeptic #9BB0A9

Tints of Skeptic #9BB0A9

Color information

#9BB0A9 (or 0x9BB0A9) is unknown color: approx Skeptic. HEX triplet: 9B, B0 and A9. RGB value is (155,176,169). Sum of RGB (Red+Green+Blue) = 155+176+169=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0A9 is #644F56. Grayscale: #A8A8A8. Windows color (decimal): -6573911 or 11120795. OLE color: 11120795.

HSL color Cylindrical-coordinate representation of color #9BB0A9: hue angle of 160º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0A9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB155176169-
CMYK0.1200.040.31
HSL160º11.73%64.9%-
HSV(B)160º11.93%69.02%-
XYZ36.240.8843.52-
YUV168.92128.04118.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=31%
G=35.2%
B=33.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761690.1200.040.3116011.7364.9
Hex9BB0A9C041Fa0c41
Octal23326025114043724014101
Binary10011011101100001010100111000100111111010000011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,169); }

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

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

 a { background-color: rgb(155,176,169); }

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

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

 span { border-color: rgb(155,176,169); }

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