Shades of Chinook #95D3A2
Tints of Chinook #95D3A2
RGB
CMYK
RGB Variations
Color information
#95D3A2 (or 0x95D3A2) is known color: Chinook. HEX triplet: 95, D3 and A2. RGB value is (149,211,162). Sum of RGB (Red+Green+Blue) = 149+211+162=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3A2 is #6A2C5D. Grayscale: #BBBBBB. Windows color (decimal): -6958174 or 10670997. OLE color: 10670997.
HSL color Cylindrical-coordinate representation of color #95D3A2: hue angle of 132.58º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3A2 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 162 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.17 |
| HSL | 132.58º | 0.41% | 0.71% | - |
| HSV(B) | 132.58º | 0.29% | 0.83% | - |
| XYZ | 42.21 | 55.59 | 42.69 | - |
| YUV | 186.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 162 | 0.29 | 0 | 0.23 | 0.17 | 132.58 | 0.41 | 0.71 |
| Hex | 95 | D3 | A2 | 1D | 0 | 17 | 11 | 85 | 29 | 47 |
| Octal | 225 | 323 | 242 | 35 | 0 | 27 | 21 | 205 | 51 | 107 |
| Binary | 10010101 | 11010011 | 10100010 | 11101 | 0 | 10111 | 10001 | 10000101 | 101001 | 1000111 |
Color Harmonies of #95D3A2
Complementary color
Monochromatic Colors of #95D3A2
Black with #95D3A2
Text Example
Text Example
White with #95D3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3A2; }
p { color: rgb(149,211,162); }
H1.HeaderClassName
{
color: #95D3A2;
}
.AnyTagClassName
{
color: #95D3A2;
}
</style>
background-color css
<style>
a { background-color: #95D3A2; }
a { background-color: rgb(149,211,162); }
div.DivClassName
{
background-color: #95D3A2;
}
.BgClassName
{
background-color: #95D3A2;
}
</style>
border-color css
<style>
span { border-color: #95D3A2; }
span { border-color: rgb(149,211,162); }
td.TdClassName
{
border-color: #95D3A2;
}
.TagClassName
{
border-color: #95D3A2;
}
</style>