Shades of Chinook #95C9A0
Tints of Chinook #95C9A0
RGB
CMYK
RGB Variations
Color information
#95C9A0 (or 0x95C9A0) is known color: Chinook. HEX triplet: 95, C9 and A0. RGB value is (149,201,160). Sum of RGB (Red+Green+Blue) = 149+201+160=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C9A0 is #6A365F. Grayscale: #B4B4B4. Windows color (decimal): -6960736 or 10537365. OLE color: 10537365.
HSL color Cylindrical-coordinate representation of color #95C9A0: hue angle of 132.69º 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 #95C9A0 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 160 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.21 |
| HSL | 132.69º | 0.33% | 0.69% | - |
| HSV(B) | 132.69º | 0.26% | 0.79% | - |
| XYZ | 39.63 | 50.7 | 40.96 | - |
| YUV | 180.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 160 | 0.26 | 0 | 0.20 | 0.21 | 132.69 | 0.33 | 0.69 |
| Hex | 95 | C9 | A0 | 1A | 0 | 14 | 15 | 85 | 20 | 45 |
| Octal | 225 | 311 | 240 | 32 | 0 | 24 | 25 | 205 | 40 | 105 |
| Binary | 10010101 | 11001001 | 10100000 | 11010 | 0 | 10100 | 10101 | 10000101 | 100000 | 1000101 |
Color Harmonies of #95C9A0
Complementary color
Monochromatic Colors of #95C9A0
Black with #95C9A0
Text Example
Text Example
White with #95C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C9A0; }
p { color: rgb(149,201,160); }
H1.HeaderClassName
{
color: #95C9A0;
}
.AnyTagClassName
{
color: #95C9A0;
}
</style>
background-color css
<style>
a { background-color: #95C9A0; }
a { background-color: rgb(149,201,160); }
div.DivClassName
{
background-color: #95C9A0;
}
.BgClassName
{
background-color: #95C9A0;
}
</style>
border-color css
<style>
span { border-color: #95C9A0; }
span { border-color: rgb(149,201,160); }
td.TdClassName
{
border-color: #95C9A0;
}
.TagClassName
{
border-color: #95C9A0;
}
</style>