Shades of Chinook #9CBFA1
Tints of Chinook #9CBFA1
RGB
CMYK
RGB Variations
Color information
#9CBFA1 (or 0x9CBFA1) is known color: Chinook. HEX triplet: 9C, BF and A1. RGB value is (156,191,161). Sum of RGB (Red+Green+Blue) = 156+191+161=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFA1 is #63405E. Grayscale: #B1B1B1. Windows color (decimal): -6504543 or 10600348. OLE color: 10600348.
HSL color Cylindrical-coordinate representation of color #9CBFA1: hue angle of 128.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFA1 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 161 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.25 |
| HSL | 128.57º | 0.21% | 0.68% | - |
| HSV(B) | 128.57º | 0.18% | 0.75% | - |
| XYZ | 38.77 | 46.9 | 40.73 | - |
| YUV | 177.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 161 | 0.18 | 0 | 0.16 | 0.25 | 128.57 | 0.21 | 0.68 |
| Hex | 9C | BF | A1 | 12 | 0 | 10 | 19 | 81 | 15 | 44 |
| Octal | 234 | 277 | 241 | 22 | 0 | 20 | 31 | 201 | 25 | 104 |
| Binary | 10011100 | 10111111 | 10100001 | 10010 | 0 | 10000 | 11001 | 10000001 | 10101 | 1000100 |
Color Harmonies of #9CBFA1
Complementary color
Monochromatic Colors of #9CBFA1
Black with #9CBFA1
Text Example
Text Example
White with #9CBFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBFA1; }
p { color: rgb(156,191,161); }
H1.HeaderClassName
{
color: #9CBFA1;
}
.AnyTagClassName
{
color: #9CBFA1;
}
</style>
background-color css
<style>
a { background-color: #9CBFA1; }
a { background-color: rgb(156,191,161); }
div.DivClassName
{
background-color: #9CBFA1;
}
.BgClassName
{
background-color: #9CBFA1;
}
</style>
border-color css
<style>
span { border-color: #9CBFA1; }
span { border-color: rgb(156,191,161); }
td.TdClassName
{
border-color: #9CBFA1;
}
.TagClassName
{
border-color: #9CBFA1;
}
</style>