Shades of Chinook #99CA9C
Tints of Chinook #99CA9C
RGB
CMYK
RGB Variations
Color information
#99CA9C (or 0x99CA9C) is known color: Chinook. HEX triplet: 99, CA and 9C. RGB value is (153,202,156). Sum of RGB (Red+Green+Blue) = 153+202+156=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA9C is #663563. Grayscale: #B6B6B6. Windows color (decimal): -6698340 or 10275481. OLE color: 10275481.
HSL color Cylindrical-coordinate representation of color #99CA9C: hue angle of 123.67º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CA9C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 156 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.21 |
| HSL | 123.67º | 0.32% | 0.7% | - |
| HSV(B) | 123.67º | 0.24% | 0.79% | - |
| XYZ | 40.26 | 51.41 | 39.25 | - |
| YUV | 182.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 156 | 0.24 | 0 | 0.23 | 0.21 | 123.67 | 0.32 | 0.7 |
| Hex | 99 | CA | 9C | 18 | 0 | 17 | 15 | 7C | 20 | 46 |
| Octal | 231 | 312 | 234 | 30 | 0 | 27 | 25 | 174 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10011100 | 11000 | 0 | 10111 | 10101 | 1111100 | 100000 | 1000110 |
Color Harmonies of #99CA9C
Complementary color
Monochromatic Colors of #99CA9C
Black with #99CA9C
Text Example
Text Example
White with #99CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA9C; }
p { color: rgb(153,202,156); }
H1.HeaderClassName
{
color: #99CA9C;
}
.AnyTagClassName
{
color: #99CA9C;
}
</style>
background-color css
<style>
a { background-color: #99CA9C; }
a { background-color: rgb(153,202,156); }
div.DivClassName
{
background-color: #99CA9C;
}
.BgClassName
{
background-color: #99CA9C;
}
</style>
border-color css
<style>
span { border-color: #99CA9C; }
span { border-color: rgb(153,202,156); }
td.TdClassName
{
border-color: #99CA9C;
}
.TagClassName
{
border-color: #99CA9C;
}
</style>