Shades of Chinook #9BC3A8
Tints of Chinook #9BC3A8
RGB
CMYK
RGB Variations
Color information
#9BC3A8 (or 0x9BC3A8) is known color: Chinook. HEX triplet: 9B, C3 and A8. RGB value is (155,195,168). Sum of RGB (Red+Green+Blue) = 155+195+168=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A8 is #643C57. Grayscale: #B4B4B4. Windows color (decimal): -6569048 or 11060123. OLE color: 11060123.
HSL color Cylindrical-coordinate representation of color #9BC3A8: hue angle of 139.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3A8 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 168 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.24 |
| HSL | 139.5º | 0.25% | 0.69% | - |
| HSV(B) | 139.5º | 0.21% | 0.76% | - |
| XYZ | 40.1 | 48.83 | 44.36 | - |
| YUV | 179.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 168 | 0.21 | 0 | 0.14 | 0.24 | 139.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | A8 | 15 | 0 | E | 18 | 8C | 19 | 45 |
| Octal | 233 | 303 | 250 | 25 | 0 | 16 | 30 | 214 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10101000 | 10101 | 0 | 1110 | 11000 | 10001100 | 11001 | 1000101 |
Color Harmonies of #9BC3A8
Complementary color
Monochromatic Colors of #9BC3A8
Black with #9BC3A8
Text Example
Text Example
White with #9BC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3A8; }
p { color: rgb(155,195,168); }
H1.HeaderClassName
{
color: #9BC3A8;
}
.AnyTagClassName
{
color: #9BC3A8;
}
</style>
background-color css
<style>
a { background-color: #9BC3A8; }
a { background-color: rgb(155,195,168); }
div.DivClassName
{
background-color: #9BC3A8;
}
.BgClassName
{
background-color: #9BC3A8;
}
</style>
border-color css
<style>
span { border-color: #9BC3A8; }
span { border-color: rgb(155,195,168); }
td.TdClassName
{
border-color: #9BC3A8;
}
.TagClassName
{
border-color: #9BC3A8;
}
</style>