Shades of Chinook #95C8A7
Tints of Chinook #95C8A7
RGB
CMYK
RGB Variations
Color information
#95C8A7 (or 0x95C8A7) is known color: Chinook. HEX triplet: 95, C8 and A7. RGB value is (149,200,167). Sum of RGB (Red+Green+Blue) = 149+200+167=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8A7 is #6A3758. Grayscale: #B5B5B5. Windows color (decimal): -6960985 or 10995861. OLE color: 10995861.
HSL color Cylindrical-coordinate representation of color #95C8A7: hue angle of 141.18º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8A7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 167 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.22 |
| HSL | 141.18º | 0.32% | 0.68% | - |
| HSV(B) | 141.18º | 0.26% | 0.78% | - |
| XYZ | 40.02 | 50.49 | 44.19 | - |
| YUV | 180.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 167 | 0.26 | 0 | 0.16 | 0.22 | 141.18 | 0.32 | 0.68 |
| Hex | 95 | C8 | A7 | 1A | 0 | 10 | 16 | 8D | 20 | 44 |
| Octal | 225 | 310 | 247 | 32 | 0 | 20 | 26 | 215 | 40 | 104 |
| Binary | 10010101 | 11001000 | 10100111 | 11010 | 0 | 10000 | 10110 | 10001101 | 100000 | 1000100 |
Color Harmonies of #95C8A7
Complementary color
Monochromatic Colors of #95C8A7
Black with #95C8A7
Text Example
Text Example
White with #95C8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C8A7; }
p { color: rgb(149,200,167); }
H1.HeaderClassName
{
color: #95C8A7;
}
.AnyTagClassName
{
color: #95C8A7;
}
</style>
background-color css
<style>
a { background-color: #95C8A7; }
a { background-color: rgb(149,200,167); }
div.DivClassName
{
background-color: #95C8A7;
}
.BgClassName
{
background-color: #95C8A7;
}
</style>
border-color css
<style>
span { border-color: #95C8A7; }
span { border-color: rgb(149,200,167); }
td.TdClassName
{
border-color: #95C8A7;
}
.TagClassName
{
border-color: #95C8A7;
}
</style>