Shades of Chinook #96EBA7
Tints of Chinook #96EBA7
RGB
CMYK
RGB Variations
Color information
#96EBA7 (or 0x96EBA7) is known color: Chinook. HEX triplet: 96, EB and A7. RGB value is (150,235,167). Sum of RGB (Red+Green+Blue) = 150+235+167=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA7 is #691458. Grayscale: #CACACA. Windows color (decimal): -6886489 or 11004822. OLE color: 11004822.
HSL color Cylindrical-coordinate representation of color #96EBA7: hue angle of 132º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA7 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 167 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.08 |
| HSL | 132º | 0.68% | 0.75% | - |
| HSV(B) | 132º | 0.36% | 0.92% | - |
| XYZ | 49.26 | 68.69 | 47.22 | - |
| YUV | 201.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 167 | 0.36 | 0 | 0.29 | 0.08 | 132 | 0.68 | 0.75 |
| Hex | 96 | EB | A7 | 24 | 0 | 1D | 8 | 84 | 44 | 4B |
| Octal | 226 | 353 | 247 | 44 | 0 | 35 | 10 | 204 | 104 | 113 |
| Binary | 10010110 | 11101011 | 10100111 | 100100 | 0 | 11101 | 1000 | 10000100 | 1000100 | 1001011 |
Color Harmonies of #96EBA7
Complementary color
Monochromatic Colors of #96EBA7
Black with #96EBA7
Text Example
Text Example
White with #96EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBA7; }
p { color: rgb(150,235,167); }
H1.HeaderClassName
{
color: #96EBA7;
}
.AnyTagClassName
{
color: #96EBA7;
}
</style>
background-color css
<style>
a { background-color: #96EBA7; }
a { background-color: rgb(150,235,167); }
div.DivClassName
{
background-color: #96EBA7;
}
.BgClassName
{
background-color: #96EBA7;
}
</style>
border-color css
<style>
span { border-color: #96EBA7; }
span { border-color: rgb(150,235,167); }
td.TdClassName
{
border-color: #96EBA7;
}
.TagClassName
{
border-color: #96EBA7;
}
</style>