Shades of Chinook #95C8A3
Tints of Chinook #95C8A3
RGB
CMYK
RGB Variations
Color information
#95C8A3 (or 0x95C8A3) is known color: Chinook. HEX triplet: 95, C8 and A3. RGB value is (149,200,163). Sum of RGB (Red+Green+Blue) = 149+200+163=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8A3 is #6A375C. Grayscale: #B4B4B4. Windows color (decimal): -6960989 or 10733717. OLE color: 10733717.
HSL color Cylindrical-coordinate representation of color #95C8A3: hue angle of 136.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8A3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 163 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.22 |
| HSL | 136.47º | 0.32% | 0.68% | - |
| HSV(B) | 136.47º | 0.26% | 0.78% | - |
| XYZ | 39.66 | 50.34 | 42.28 | - |
| YUV | 180.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 163 | 0.26 | 0 | 0.18 | 0.22 | 136.47 | 0.32 | 0.68 |
| Hex | 95 | C8 | A3 | 1A | 0 | 12 | 16 | 88 | 20 | 44 |
| Octal | 225 | 310 | 243 | 32 | 0 | 22 | 26 | 210 | 40 | 104 |
| Binary | 10010101 | 11001000 | 10100011 | 11010 | 0 | 10010 | 10110 | 10001000 | 100000 | 1000100 |
Color Harmonies of #95C8A3
Complementary color
Monochromatic Colors of #95C8A3
Black with #95C8A3
Text Example
Text Example
White with #95C8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C8A3; }
p { color: rgb(149,200,163); }
H1.HeaderClassName
{
color: #95C8A3;
}
.AnyTagClassName
{
color: #95C8A3;
}
</style>
background-color css
<style>
a { background-color: #95C8A3; }
a { background-color: rgb(149,200,163); }
div.DivClassName
{
background-color: #95C8A3;
}
.BgClassName
{
background-color: #95C8A3;
}
</style>
border-color css
<style>
span { border-color: #95C8A3; }
span { border-color: rgb(149,200,163); }
td.TdClassName
{
border-color: #95C8A3;
}
.TagClassName
{
border-color: #95C8A3;
}
</style>