Shades of Chinook #95D1A0
Tints of Chinook #95D1A0
RGB
CMYK
RGB Variations
Color information
#95D1A0 (or 0x95D1A0) is known color: Chinook. HEX triplet: 95, D1 and A0. RGB value is (149,209,160). Sum of RGB (Red+Green+Blue) = 149+209+160=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D1A0 is #6A2E5F. Grayscale: #B9B9B9. Windows color (decimal): -6958688 or 10539413. OLE color: 10539413.
HSL color Cylindrical-coordinate representation of color #95D1A0: hue angle of 131º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1A0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 209 | 160 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.18 |
| HSL | 131º | 0.39% | 0.7% | - |
| HSV(B) | 131º | 0.29% | 0.82% | - |
| XYZ | 41.54 | 54.53 | 41.59 | - |
| YUV | 185.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 160 | 0.29 | 0 | 0.23 | 0.18 | 131 | 0.39 | 0.7 |
| Hex | 95 | D1 | A0 | 1D | 0 | 17 | 12 | 83 | 27 | 46 |
| Octal | 225 | 321 | 240 | 35 | 0 | 27 | 22 | 203 | 47 | 106 |
| Binary | 10010101 | 11010001 | 10100000 | 11101 | 0 | 10111 | 10010 | 10000011 | 100111 | 1000110 |
Color Harmonies of #95D1A0
Complementary color
Monochromatic Colors of #95D1A0
Black with #95D1A0
Text Example
Text Example
White with #95D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D1A0; }
p { color: rgb(149,209,160); }
H1.HeaderClassName
{
color: #95D1A0;
}
.AnyTagClassName
{
color: #95D1A0;
}
</style>
background-color css
<style>
a { background-color: #95D1A0; }
a { background-color: rgb(149,209,160); }
div.DivClassName
{
background-color: #95D1A0;
}
.BgClassName
{
background-color: #95D1A0;
}
</style>
border-color css
<style>
span { border-color: #95D1A0; }
span { border-color: rgb(149,209,160); }
td.TdClassName
{
border-color: #95D1A0;
}
.TagClassName
{
border-color: #95D1A0;
}
</style>