Shades of Skeptic #9BBDAA
Tints of Skeptic #9BBDAA
RGB
CMYK
RGB Variations
Color information
#9BBDAA (or 0x9BBDAA) is known color: Skeptic. HEX triplet: 9B, BD and AA. RGB value is (155,189,170). Sum of RGB (Red+Green+Blue) = 155+189+170=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDAA is #644255. Grayscale: #B0B0B0. Windows color (decimal): -6570582 or 11189659. OLE color: 11189659.
HSL color Cylindrical-coordinate representation of color #9BBDAA: hue angle of 146.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDAA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 170 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.26 |
| HSL | 146.47º | 0.2% | 0.67% | - |
| HSV(B) | 146.47º | 0.18% | 0.74% | - |
| XYZ | 38.97 | 46.27 | 44.91 | - |
| YUV | 176.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 170 | 0.18 | 0 | 0.10 | 0.26 | 146.47 | 0.2 | 0.67 |
| Hex | 9B | BD | AA | 12 | 0 | A | 1A | 92 | 14 | 43 |
| Octal | 233 | 275 | 252 | 22 | 0 | 12 | 32 | 222 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10101010 | 10010 | 0 | 1010 | 11010 | 10010010 | 10100 | 1000011 |
Color Harmonies of #9BBDAA
Complementary color
Monochromatic Colors of #9BBDAA
Black with #9BBDAA
Text Example
Text Example
White with #9BBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDAA; }
p { color: rgb(155,189,170); }
H1.HeaderClassName
{
color: #9BBDAA;
}
.AnyTagClassName
{
color: #9BBDAA;
}
</style>
background-color css
<style>
a { background-color: #9BBDAA; }
a { background-color: rgb(155,189,170); }
div.DivClassName
{
background-color: #9BBDAA;
}
.BgClassName
{
background-color: #9BBDAA;
}
</style>
border-color css
<style>
span { border-color: #9BBDAA; }
span { border-color: rgb(155,189,170); }
td.TdClassName
{
border-color: #9BBDAA;
}
.TagClassName
{
border-color: #9BBDAA;
}
</style>