Shades of Chinook #99C59E
Tints of Chinook #99C59E
RGB
CMYK
RGB Variations
Color information
#99C59E (or 0x99C59E) is known color: Chinook. HEX triplet: 99, C5 and 9E. RGB value is (153,197,158). Sum of RGB (Red+Green+Blue) = 153+197+158=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #99C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C59E is #663A61. Grayscale: #B3B3B3. Windows color (decimal): -6699618 or 10405273. OLE color: 10405273.
HSL color Cylindrical-coordinate representation of color #99C59E: hue angle of 126.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C59E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 158 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.23 |
| HSL | 126.82º | 0.28% | 0.69% | - |
| HSV(B) | 126.82º | 0.22% | 0.77% | - |
| XYZ | 39.27 | 49.17 | 39.77 | - |
| YUV | 179.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 158 | 0.22 | 0 | 0.20 | 0.23 | 126.82 | 0.28 | 0.69 |
| Hex | 99 | C5 | 9E | 16 | 0 | 14 | 17 | 7F | 1C | 45 |
| Octal | 231 | 305 | 236 | 26 | 0 | 24 | 27 | 177 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10011110 | 10110 | 0 | 10100 | 10111 | 1111111 | 11100 | 1000101 |
Color Harmonies of #99C59E
Complementary color
Monochromatic Colors of #99C59E
Black with #99C59E
Text Example
Text Example
White with #99C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C59E; }
p { color: rgb(153,197,158); }
H1.HeaderClassName
{
color: #99C59E;
}
.AnyTagClassName
{
color: #99C59E;
}
</style>
background-color css
<style>
a { background-color: #99C59E; }
a { background-color: rgb(153,197,158); }
div.DivClassName
{
background-color: #99C59E;
}
.BgClassName
{
background-color: #99C59E;
}
</style>
border-color css
<style>
span { border-color: #99C59E; }
span { border-color: rgb(153,197,158); }
td.TdClassName
{
border-color: #99C59E;
}
.TagClassName
{
border-color: #99C59E;
}
</style>