Shades of Chinook #95D2A2
Tints of Chinook #95D2A2
RGB
CMYK
RGB Variations
Color information
#95D2A2 (or 0x95D2A2) is known color: Chinook. HEX triplet: 95, D2 and A2. RGB value is (149,210,162). Sum of RGB (Red+Green+Blue) = 149+210+162=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2A2 is #6A2D5D. Grayscale: #BABABA. Windows color (decimal): -6958430 or 10670741. OLE color: 10670741.
HSL color Cylindrical-coordinate representation of color #95D2A2: hue angle of 132.79º 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 #95D2A2 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 162 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.18 |
| HSL | 132.79º | 0.4% | 0.7% | - |
| HSV(B) | 132.79º | 0.29% | 0.82% | - |
| XYZ | 41.96 | 55.09 | 42.6 | - |
| YUV | 186.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 162 | 0.29 | 0 | 0.23 | 0.18 | 132.79 | 0.4 | 0.7 |
| Hex | 95 | D2 | A2 | 1D | 0 | 17 | 12 | 85 | 28 | 46 |
| Octal | 225 | 322 | 242 | 35 | 0 | 27 | 22 | 205 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10100010 | 11101 | 0 | 10111 | 10010 | 10000101 | 101000 | 1000110 |
Color Harmonies of #95D2A2
Complementary color
Monochromatic Colors of #95D2A2
Black with #95D2A2
Text Example
Text Example
White with #95D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2A2; }
p { color: rgb(149,210,162); }
H1.HeaderClassName
{
color: #95D2A2;
}
.AnyTagClassName
{
color: #95D2A2;
}
</style>
background-color css
<style>
a { background-color: #95D2A2; }
a { background-color: rgb(149,210,162); }
div.DivClassName
{
background-color: #95D2A2;
}
.BgClassName
{
background-color: #95D2A2;
}
</style>
border-color css
<style>
span { border-color: #95D2A2; }
span { border-color: rgb(149,210,162); }
td.TdClassName
{
border-color: #95D2A2;
}
.TagClassName
{
border-color: #95D2A2;
}
</style>