Shades of Chinook #9BC3A4
Tints of Chinook #9BC3A4
RGB
CMYK
RGB Variations
Color information
#9BC3A4 (or 0x9BC3A4) is known color: Chinook. HEX triplet: 9B, C3 and A4. RGB value is (155,195,164). Sum of RGB (Red+Green+Blue) = 155+195+164=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A4 is #643C5B. Grayscale: #B3B3B3. Windows color (decimal): -6569052 or 10797979. OLE color: 10797979.
HSL color Cylindrical-coordinate representation of color #9BC3A4: hue angle of 133.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 #9BC3A4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 164 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.24 |
| HSL | 133.5º | 0.25% | 0.69% | - |
| HSV(B) | 133.5º | 0.21% | 0.76% | - |
| XYZ | 39.73 | 48.68 | 42.42 | - |
| YUV | 179.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 164 | 0.21 | 0 | 0.16 | 0.24 | 133.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | A4 | 15 | 0 | 10 | 18 | 86 | 19 | 45 |
| Octal | 233 | 303 | 244 | 25 | 0 | 20 | 30 | 206 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10100100 | 10101 | 0 | 10000 | 11000 | 10000110 | 11001 | 1000101 |
Color Harmonies of #9BC3A4
Complementary color
Monochromatic Colors of #9BC3A4
Black with #9BC3A4
Text Example
Text Example
White with #9BC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3A4; }
p { color: rgb(155,195,164); }
H1.HeaderClassName
{
color: #9BC3A4;
}
.AnyTagClassName
{
color: #9BC3A4;
}
</style>
background-color css
<style>
a { background-color: #9BC3A4; }
a { background-color: rgb(155,195,164); }
div.DivClassName
{
background-color: #9BC3A4;
}
.BgClassName
{
background-color: #9BC3A4;
}
</style>
border-color css
<style>
span { border-color: #9BC3A4; }
span { border-color: rgb(155,195,164); }
td.TdClassName
{
border-color: #9BC3A4;
}
.TagClassName
{
border-color: #9BC3A4;
}
</style>