Shades of Chinook #95D2A0
Tints of Chinook #95D2A0
RGB
CMYK
RGB Variations
Color information
#95D2A0 (or 0x95D2A0) is known color: Chinook. HEX triplet: 95, D2 and A0. RGB value is (149,210,160). Sum of RGB (Red+Green+Blue) = 149+210+160=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2A0 is #6A2D5F. Grayscale: #BABABA. Windows color (decimal): -6958432 or 10539669. OLE color: 10539669.
HSL color Cylindrical-coordinate representation of color #95D2A0: hue angle of 130.82º degrees, saturation: 0.4, 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 #95D2A0 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 160 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.18 |
| HSL | 130.82º | 0.4% | 0.7% | - |
| HSV(B) | 130.82º | 0.29% | 0.82% | - |
| XYZ | 41.79 | 55.02 | 41.68 | - |
| YUV | 186.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 160 | 0.29 | 0 | 0.24 | 0.18 | 130.82 | 0.4 | 0.7 |
| Hex | 95 | D2 | A0 | 1D | 0 | 18 | 12 | 83 | 28 | 46 |
| Octal | 225 | 322 | 240 | 35 | 0 | 30 | 22 | 203 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10100000 | 11101 | 0 | 11000 | 10010 | 10000011 | 101000 | 1000110 |
Color Harmonies of #95D2A0
Complementary color
Monochromatic Colors of #95D2A0
Black with #95D2A0
Text Example
Text Example
White with #95D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2A0; }
p { color: rgb(149,210,160); }
H1.HeaderClassName
{
color: #95D2A0;
}
.AnyTagClassName
{
color: #95D2A0;
}
</style>
background-color css
<style>
a { background-color: #95D2A0; }
a { background-color: rgb(149,210,160); }
div.DivClassName
{
background-color: #95D2A0;
}
.BgClassName
{
background-color: #95D2A0;
}
</style>
border-color css
<style>
span { border-color: #95D2A0; }
span { border-color: rgb(149,210,160); }
td.TdClassName
{
border-color: #95D2A0;
}
.TagClassName
{
border-color: #95D2A0;
}
</style>