#9BBAAA

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

Shades of Skeptic #9BBAAA

Tints of Skeptic #9BBAAA

Color information

#9BBAAA (or 0x9BBAAA) is unknown color: approx Skeptic. HEX triplet: 9B, BA and AA. RGB value is (155,186,170). Sum of RGB (Red+Green+Blue) = 155+186+170=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAAA is #644555. Grayscale: #AEAEAE. Windows color (decimal): -6571350 or 11188891. OLE color: 11188891.

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

Color convert

RGB155186170-
CMYK0.1700.090.27
HSL149.03º18.34%66.86%-
HSV(B)149.03º16.67%72.94%-
XYZ38.3344.9944.69-
YUV174.91125.23113.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.33%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=30.33%
G=36.40%
B=33.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861700.1700.090.27149.0318.3466.86
Hex9BBAAA11091B951243
Octal233272252210113322522103
Binary10011011101110101010101010001010011101110010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,170); }

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

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

 a { background-color: rgb(155,186,170); }

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

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

 span { border-color: rgb(155,186,170); }

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