Shades of Chinook #99C99E
Tints of Chinook #99C99E
RGB
CMYK
RGB Variations
Color information
#99C99E (or 0x99C99E) is known color: Chinook. HEX triplet: 99, C9 and 9E. RGB value is (153,201,158). Sum of RGB (Red+Green+Blue) = 153+201+158=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #99C99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C99E is #663661. Grayscale: #B5B5B5. Windows color (decimal): -6698594 or 10406297. OLE color: 10406297.
HSL color Cylindrical-coordinate representation of color #99C99E: hue angle of 126.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C99E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 158 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.21 |
| HSL | 126.25º | 0.31% | 0.69% | - |
| HSV(B) | 126.25º | 0.24% | 0.79% | - |
| XYZ | 40.2 | 51.01 | 40.08 | - |
| YUV | 181.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 158 | 0.24 | 0 | 0.21 | 0.21 | 126.25 | 0.31 | 0.69 |
| Hex | 99 | C9 | 9E | 18 | 0 | 15 | 15 | 7E | 1F | 45 |
| Octal | 231 | 311 | 236 | 30 | 0 | 25 | 25 | 176 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10011110 | 11000 | 0 | 10101 | 10101 | 1111110 | 11111 | 1000101 |
Color Harmonies of #99C99E
Complementary color
Monochromatic Colors of #99C99E
Black with #99C99E
Text Example
Text Example
White with #99C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C99E; }
p { color: rgb(153,201,158); }
H1.HeaderClassName
{
color: #99C99E;
}
.AnyTagClassName
{
color: #99C99E;
}
</style>
background-color css
<style>
a { background-color: #99C99E; }
a { background-color: rgb(153,201,158); }
div.DivClassName
{
background-color: #99C99E;
}
.BgClassName
{
background-color: #99C99E;
}
</style>
border-color css
<style>
span { border-color: #99C99E; }
span { border-color: rgb(153,201,158); }
td.TdClassName
{
border-color: #99C99E;
}
.TagClassName
{
border-color: #99C99E;
}
</style>