Shades of Chinook #95D5A6
Tints of Chinook #95D5A6
RGB
CMYK
RGB Variations
Color information
#95D5A6 (or 0x95D5A6) is known color: Chinook. HEX triplet: 95, D5 and A6. RGB value is (149,213,166). Sum of RGB (Red+Green+Blue) = 149+213+166=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D5A6 is #6A2A59. Grayscale: #BCBCBC. Windows color (decimal): -6957658 or 10933653. OLE color: 10933653.
HSL color Cylindrical-coordinate representation of color #95D5A6: hue angle of 135.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5A6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 166 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.16 |
| HSL | 135.94º | 0.43% | 0.71% | - |
| HSV(B) | 135.94º | 0.3% | 0.84% | - |
| XYZ | 43.07 | 56.73 | 44.76 | - |
| YUV | 188.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 166 | 0.30 | 0 | 0.22 | 0.16 | 135.94 | 0.43 | 0.71 |
| Hex | 95 | D5 | A6 | 1E | 0 | 16 | 10 | 88 | 2B | 47 |
| Octal | 225 | 325 | 246 | 36 | 0 | 26 | 20 | 210 | 53 | 107 |
| Binary | 10010101 | 11010101 | 10100110 | 11110 | 0 | 10110 | 10000 | 10001000 | 101011 | 1000111 |
Color Harmonies of #95D5A6
Complementary color
Monochromatic Colors of #95D5A6
Black with #95D5A6
Text Example
Text Example
White with #95D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5A6; }
p { color: rgb(149,213,166); }
H1.HeaderClassName
{
color: #95D5A6;
}
.AnyTagClassName
{
color: #95D5A6;
}
</style>
background-color css
<style>
a { background-color: #95D5A6; }
a { background-color: rgb(149,213,166); }
div.DivClassName
{
background-color: #95D5A6;
}
.BgClassName
{
background-color: #95D5A6;
}
</style>
border-color css
<style>
span { border-color: #95D5A6; }
span { border-color: rgb(149,213,166); }
td.TdClassName
{
border-color: #95D5A6;
}
.TagClassName
{
border-color: #95D5A6;
}
</style>