Shades of Chinook #99C99D
Tints of Chinook #99C99D
RGB
CMYK
RGB Variations
Color information
#99C99D (or 0x99C99D) is known color: Chinook. HEX triplet: 99, C9 and 9D. RGB value is (153,201,157). Sum of RGB (Red+Green+Blue) = 153+201+157=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #99C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C99D is #663662. Grayscale: #B5B5B5. Windows color (decimal): -6698595 or 10340761. OLE color: 10340761.
HSL color Cylindrical-coordinate representation of color #99C99D: hue angle of 125º 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 #99C99D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 157 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.21 |
| HSL | 125º | 0.31% | 0.69% | - |
| HSV(B) | 125º | 0.24% | 0.79% | - |
| XYZ | 40.11 | 50.98 | 39.62 | - |
| YUV | 181.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 157 | 0.24 | 0 | 0.22 | 0.21 | 125 | 0.31 | 0.69 |
| Hex | 99 | C9 | 9D | 18 | 0 | 16 | 15 | 7D | 1F | 45 |
| Octal | 231 | 311 | 235 | 30 | 0 | 26 | 25 | 175 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10011101 | 11000 | 0 | 10110 | 10101 | 1111101 | 11111 | 1000101 |
Color Harmonies of #99C99D
Complementary color
Monochromatic Colors of #99C99D
Black with #99C99D
Text Example
Text Example
White with #99C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C99D; }
p { color: rgb(153,201,157); }
H1.HeaderClassName
{
color: #99C99D;
}
.AnyTagClassName
{
color: #99C99D;
}
</style>
background-color css
<style>
a { background-color: #99C99D; }
a { background-color: rgb(153,201,157); }
div.DivClassName
{
background-color: #99C99D;
}
.BgClassName
{
background-color: #99C99D;
}
</style>
border-color css
<style>
span { border-color: #99C99D; }
span { border-color: rgb(153,201,157); }
td.TdClassName
{
border-color: #99C99D;
}
.TagClassName
{
border-color: #99C99D;
}
</style>