Shades of Chinook #96D099
Tints of Chinook #96D099
RGB
CMYK
RGB Variations
Color information
#96D099 (or 0x96D099) is known color: Chinook. HEX triplet: 96, D0 and 99. RGB value is (150,208,153). Sum of RGB (Red+Green+Blue) = 150+208+153=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #96D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D099 is #692F66. Grayscale: #B8B8B8. Windows color (decimal): -6893415 or 10080406. OLE color: 10080406.
HSL color Cylindrical-coordinate representation of color #96D099: hue angle of 123.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D099 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 153 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.18 |
| HSL | 123.1º | 0.38% | 0.7% | - |
| HSV(B) | 123.1º | 0.28% | 0.82% | - |
| XYZ | 40.88 | 53.9 | 38.39 | - |
| YUV | 184.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 153 | 0.28 | 0 | 0.26 | 0.18 | 123.1 | 0.38 | 0.7 |
| Hex | 96 | D0 | 99 | 1C | 0 | 1A | 12 | 7B | 26 | 46 |
| Octal | 226 | 320 | 231 | 34 | 0 | 32 | 22 | 173 | 46 | 106 |
| Binary | 10010110 | 11010000 | 10011001 | 11100 | 0 | 11010 | 10010 | 1111011 | 100110 | 1000110 |
Color Harmonies of #96D099
Complementary color
Monochromatic Colors of #96D099
Black with #96D099
Text Example
Text Example
White with #96D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D099; }
p { color: rgb(150,208,153); }
H1.HeaderClassName
{
color: #96D099;
}
.AnyTagClassName
{
color: #96D099;
}
</style>
background-color css
<style>
a { background-color: #96D099; }
a { background-color: rgb(150,208,153); }
div.DivClassName
{
background-color: #96D099;
}
.BgClassName
{
background-color: #96D099;
}
</style>
border-color css
<style>
span { border-color: #96D099; }
span { border-color: rgb(150,208,153); }
td.TdClassName
{
border-color: #96D099;
}
.TagClassName
{
border-color: #96D099;
}
</style>