Shades of Chinook #9BC5A3
Tints of Chinook #9BC5A3
RGB
CMYK
RGB Variations
Color information
#9BC5A3 (or 0x9BC5A3) is known color: Chinook. HEX triplet: 9B, C5 and A3. RGB value is (155,197,163). Sum of RGB (Red+Green+Blue) = 155+197+163=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC5A3 is #643A5C. Grayscale: #B4B4B4. Windows color (decimal): -6568541 or 10732955. OLE color: 10732955.
HSL color Cylindrical-coordinate representation of color #9BC5A3: hue angle of 131.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5A3 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 163 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.23 |
| HSL | 131.43º | 0.27% | 0.69% | - |
| HSV(B) | 131.43º | 0.21% | 0.77% | - |
| XYZ | 40.09 | 49.55 | 42.1 | - |
| YUV | 180.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 163 | 0.21 | 0 | 0.17 | 0.23 | 131.43 | 0.27 | 0.69 |
| Hex | 9B | C5 | A3 | 15 | 0 | 11 | 17 | 83 | 1B | 45 |
| Octal | 233 | 305 | 243 | 25 | 0 | 21 | 27 | 203 | 33 | 105 |
| Binary | 10011011 | 11000101 | 10100011 | 10101 | 0 | 10001 | 10111 | 10000011 | 11011 | 1000101 |
Color Harmonies of #9BC5A3
Complementary color
Monochromatic Colors of #9BC5A3
Black with #9BC5A3
Text Example
Text Example
White with #9BC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5A3; }
p { color: rgb(155,197,163); }
H1.HeaderClassName
{
color: #9BC5A3;
}
.AnyTagClassName
{
color: #9BC5A3;
}
</style>
background-color css
<style>
a { background-color: #9BC5A3; }
a { background-color: rgb(155,197,163); }
div.DivClassName
{
background-color: #9BC5A3;
}
.BgClassName
{
background-color: #9BC5A3;
}
</style>
border-color css
<style>
span { border-color: #9BC5A3; }
span { border-color: rgb(155,197,163); }
td.TdClassName
{
border-color: #9BC5A3;
}
.TagClassName
{
border-color: #9BC5A3;
}
</style>