Shades of Chinook #99C3A2
Tints of Chinook #99C3A2
RGB
CMYK
RGB Variations
Color information
#99C3A2 (or 0x99C3A2) is known color: Chinook. HEX triplet: 99, C3 and A2. RGB value is (153,195,162). Sum of RGB (Red+Green+Blue) = 153+195+162=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C3A2 is #663C5D. Grayscale: #B2B2B2. Windows color (decimal): -6700126 or 10666905. OLE color: 10666905.
HSL color Cylindrical-coordinate representation of color #99C3A2: hue angle of 132.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3A2 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 162 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.24 |
| HSL | 132.86º | 0.26% | 0.68% | - |
| HSV(B) | 132.86º | 0.22% | 0.76% | - |
| XYZ | 39.17 | 48.41 | 41.46 | - |
| YUV | 178.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 162 | 0.22 | 0 | 0.17 | 0.24 | 132.86 | 0.26 | 0.68 |
| Hex | 99 | C3 | A2 | 16 | 0 | 11 | 18 | 85 | 1A | 44 |
| Octal | 231 | 303 | 242 | 26 | 0 | 21 | 30 | 205 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10100010 | 10110 | 0 | 10001 | 11000 | 10000101 | 11010 | 1000100 |
Color Harmonies of #99C3A2
Complementary color
Monochromatic Colors of #99C3A2
Black with #99C3A2
Text Example
Text Example
White with #99C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3A2; }
p { color: rgb(153,195,162); }
H1.HeaderClassName
{
color: #99C3A2;
}
.AnyTagClassName
{
color: #99C3A2;
}
</style>
background-color css
<style>
a { background-color: #99C3A2; }
a { background-color: rgb(153,195,162); }
div.DivClassName
{
background-color: #99C3A2;
}
.BgClassName
{
background-color: #99C3A2;
}
</style>
border-color css
<style>
span { border-color: #99C3A2; }
span { border-color: rgb(153,195,162); }
td.TdClassName
{
border-color: #99C3A2;
}
.TagClassName
{
border-color: #99C3A2;
}
</style>