Shades of Chinook #95C9A1
Tints of Chinook #95C9A1
RGB
CMYK
RGB Variations
Color information
#95C9A1 (or 0x95C9A1) is known color: Chinook. HEX triplet: 95, C9 and A1. RGB value is (149,201,161). Sum of RGB (Red+Green+Blue) = 149+201+161=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C9A1 is #6A365E. Grayscale: #B5B5B5. Windows color (decimal): -6960735 or 10602901. OLE color: 10602901.
HSL color Cylindrical-coordinate representation of color #95C9A1: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C9A1 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 161 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.21 |
| HSL | 133.85º | 0.33% | 0.69% | - |
| HSV(B) | 133.85º | 0.26% | 0.79% | - |
| XYZ | 39.71 | 50.74 | 41.42 | - |
| YUV | 180.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 161 | 0.26 | 0 | 0.20 | 0.21 | 133.85 | 0.33 | 0.69 |
| Hex | 95 | C9 | A1 | 1A | 0 | 14 | 15 | 86 | 20 | 45 |
| Octal | 225 | 311 | 241 | 32 | 0 | 24 | 25 | 206 | 40 | 105 |
| Binary | 10010101 | 11001001 | 10100001 | 11010 | 0 | 10100 | 10101 | 10000110 | 100000 | 1000101 |
Color Harmonies of #95C9A1
Complementary color
Monochromatic Colors of #95C9A1
Black with #95C9A1
Text Example
Text Example
White with #95C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C9A1; }
p { color: rgb(149,201,161); }
H1.HeaderClassName
{
color: #95C9A1;
}
.AnyTagClassName
{
color: #95C9A1;
}
</style>
background-color css
<style>
a { background-color: #95C9A1; }
a { background-color: rgb(149,201,161); }
div.DivClassName
{
background-color: #95C9A1;
}
.BgClassName
{
background-color: #95C9A1;
}
</style>
border-color css
<style>
span { border-color: #95C9A1; }
span { border-color: rgb(149,201,161); }
td.TdClassName
{
border-color: #95C9A1;
}
.TagClassName
{
border-color: #95C9A1;
}
</style>