Shades of Chinook #95CBA4
Tints of Chinook #95CBA4
RGB
CMYK
RGB Variations
Color information
#95CBA4 (or 0x95CBA4) is known color: Chinook. HEX triplet: 95, CB and A4. RGB value is (149,203,164). Sum of RGB (Red+Green+Blue) = 149+203+164=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA4 is #6A345B. Grayscale: #B6B6B6. Windows color (decimal): -6960220 or 10800021. OLE color: 10800021.
HSL color Cylindrical-coordinate representation of color #95CBA4: hue angle of 136.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CBA4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 203 | 164 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.20 |
| HSL | 136.67º | 0.34% | 0.69% | - |
| HSV(B) | 136.67º | 0.27% | 0.8% | - |
| XYZ | 40.45 | 51.78 | 42.98 | - |
| YUV | 182.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 164 | 0.27 | 0 | 0.19 | 0.20 | 136.67 | 0.34 | 0.69 |
| Hex | 95 | CB | A4 | 1B | 0 | 13 | 14 | 89 | 22 | 45 |
| Octal | 225 | 313 | 244 | 33 | 0 | 23 | 24 | 211 | 42 | 105 |
| Binary | 10010101 | 11001011 | 10100100 | 11011 | 0 | 10011 | 10100 | 10001001 | 100010 | 1000101 |
Color Harmonies of #95CBA4
Complementary color
Monochromatic Colors of #95CBA4
Black with #95CBA4
Text Example
Text Example
White with #95CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CBA4; }
p { color: rgb(149,203,164); }
H1.HeaderClassName
{
color: #95CBA4;
}
.AnyTagClassName
{
color: #95CBA4;
}
</style>
background-color css
<style>
a { background-color: #95CBA4; }
a { background-color: rgb(149,203,164); }
div.DivClassName
{
background-color: #95CBA4;
}
.BgClassName
{
background-color: #95CBA4;
}
</style>
border-color css
<style>
span { border-color: #95CBA4; }
span { border-color: rgb(149,203,164); }
td.TdClassName
{
border-color: #95CBA4;
}
.TagClassName
{
border-color: #95CBA4;
}
</style>