Shades of Chinook #95DCA1
Tints of Chinook #95DCA1
RGB
CMYK
RGB Variations
Color information
#95DCA1 (or 0x95DCA1) is known color: Chinook. HEX triplet: 95, DC and A1. RGB value is (149,220,161). Sum of RGB (Red+Green+Blue) = 149+220+161=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCA1 is #6A235E. Grayscale: #C0C0C0. Windows color (decimal): -6955871 or 10607765. OLE color: 10607765.
HSL color Cylindrical-coordinate representation of color #95DCA1: hue angle of 130.14º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCA1 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 161 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 130.14º | 0.5% | 0.72% | - |
| HSV(B) | 130.14º | 0.32% | 0.86% | - |
| XYZ | 44.42 | 60.15 | 42.99 | - |
| YUV | 192.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 161 | 0.32 | 0 | 0.27 | 0.14 | 130.14 | 0.5 | 0.72 |
| Hex | 95 | DC | A1 | 20 | 0 | 1B | E | 82 | 32 | 48 |
| Octal | 225 | 334 | 241 | 40 | 0 | 33 | 16 | 202 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10100001 | 100000 | 0 | 11011 | 1110 | 10000010 | 110010 | 1001000 |
Color Harmonies of #95DCA1
Complementary color
Monochromatic Colors of #95DCA1
Black with #95DCA1
Text Example
Text Example
White with #95DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCA1; }
p { color: rgb(149,220,161); }
H1.HeaderClassName
{
color: #95DCA1;
}
.AnyTagClassName
{
color: #95DCA1;
}
</style>
background-color css
<style>
a { background-color: #95DCA1; }
a { background-color: rgb(149,220,161); }
div.DivClassName
{
background-color: #95DCA1;
}
.BgClassName
{
background-color: #95DCA1;
}
</style>
border-color css
<style>
span { border-color: #95DCA1; }
span { border-color: rgb(149,220,161); }
td.TdClassName
{
border-color: #95DCA1;
}
.TagClassName
{
border-color: #95DCA1;
}
</style>