Shades of Chinook #95CAA1
Tints of Chinook #95CAA1
RGB
CMYK
RGB Variations
Color information
#95CAA1 (or 0x95CAA1) is known color: Chinook. HEX triplet: 95, CA and A1. RGB value is (149,202,161). Sum of RGB (Red+Green+Blue) = 149+202+161=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAA1 is #6A355E. Grayscale: #B5B5B5. Windows color (decimal): -6960479 or 10603157. OLE color: 10603157.
HSL color Cylindrical-coordinate representation of color #95CAA1: hue angle of 133.58º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CAA1 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 161 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.21 |
| HSL | 133.58º | 0.33% | 0.69% | - |
| HSV(B) | 133.58º | 0.26% | 0.79% | - |
| XYZ | 39.95 | 51.2 | 41.5 | - |
| YUV | 181.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 161 | 0.26 | 0 | 0.20 | 0.21 | 133.58 | 0.33 | 0.69 |
| Hex | 95 | CA | A1 | 1A | 0 | 14 | 15 | 86 | 21 | 45 |
| Octal | 225 | 312 | 241 | 32 | 0 | 24 | 25 | 206 | 41 | 105 |
| Binary | 10010101 | 11001010 | 10100001 | 11010 | 0 | 10100 | 10101 | 10000110 | 100001 | 1000101 |
Color Harmonies of #95CAA1
Complementary color
Monochromatic Colors of #95CAA1
Black with #95CAA1
Text Example
Text Example
White with #95CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CAA1; }
p { color: rgb(149,202,161); }
H1.HeaderClassName
{
color: #95CAA1;
}
.AnyTagClassName
{
color: #95CAA1;
}
</style>
background-color css
<style>
a { background-color: #95CAA1; }
a { background-color: rgb(149,202,161); }
div.DivClassName
{
background-color: #95CAA1;
}
.BgClassName
{
background-color: #95CAA1;
}
</style>
border-color css
<style>
span { border-color: #95CAA1; }
span { border-color: rgb(149,202,161); }
td.TdClassName
{
border-color: #95CAA1;
}
.TagClassName
{
border-color: #95CAA1;
}
</style>