Shades of Chinook #99C2A2
Tints of Chinook #99C2A2
RGB
CMYK
RGB Variations
Color information
#99C2A2 (or 0x99C2A2) is known color: Chinook. HEX triplet: 99, C2 and A2. RGB value is (153,194,162). Sum of RGB (Red+Green+Blue) = 153+194+162=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2A2 is #663D5D. Grayscale: #B2B2B2. Windows color (decimal): -6700382 or 10666649. OLE color: 10666649.
HSL color Cylindrical-coordinate representation of color #99C2A2: hue angle of 133.17º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2A2 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 162 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.24 |
| HSL | 133.17º | 0.25% | 0.68% | - |
| HSV(B) | 133.17º | 0.21% | 0.76% | - |
| XYZ | 38.95 | 47.96 | 41.39 | - |
| YUV | 178.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 162 | 0.21 | 0 | 0.16 | 0.24 | 133.17 | 0.25 | 0.68 |
| Hex | 99 | C2 | A2 | 15 | 0 | 10 | 18 | 85 | 19 | 44 |
| Octal | 231 | 302 | 242 | 25 | 0 | 20 | 30 | 205 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10100010 | 10101 | 0 | 10000 | 11000 | 10000101 | 11001 | 1000100 |
Color Harmonies of #99C2A2
Complementary color
Monochromatic Colors of #99C2A2
Black with #99C2A2
Text Example
Text Example
White with #99C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2A2; }
p { color: rgb(153,194,162); }
H1.HeaderClassName
{
color: #99C2A2;
}
.AnyTagClassName
{
color: #99C2A2;
}
</style>
background-color css
<style>
a { background-color: #99C2A2; }
a { background-color: rgb(153,194,162); }
div.DivClassName
{
background-color: #99C2A2;
}
.BgClassName
{
background-color: #99C2A2;
}
</style>
border-color css
<style>
span { border-color: #99C2A2; }
span { border-color: rgb(153,194,162); }
td.TdClassName
{
border-color: #99C2A2;
}
.TagClassName
{
border-color: #99C2A2;
}
</style>