Shades of Chinook #98C3A2
Tints of Chinook #98C3A2
RGB
CMYK
RGB Variations
Color information
#98C3A2 (or 0x98C3A2) is known color: Chinook. HEX triplet: 98, C3 and A2. RGB value is (152,195,162). Sum of RGB (Red+Green+Blue) = 152+195+162=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #98C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C3A2 is #673C5D. Grayscale: #B2B2B2. Windows color (decimal): -6765662 or 10666904. OLE color: 10666904.
HSL color Cylindrical-coordinate representation of color #98C3A2: hue angle of 133.95º 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 #98C3A2 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 162 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.24 |
| HSL | 133.95º | 0.26% | 0.68% | - |
| HSV(B) | 133.95º | 0.22% | 0.76% | - |
| XYZ | 38.99 | 48.31 | 41.45 | - |
| YUV | 178.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 162 | 0.22 | 0 | 0.17 | 0.24 | 133.95 | 0.26 | 0.68 |
| Hex | 98 | C3 | A2 | 16 | 0 | 11 | 18 | 86 | 1A | 44 |
| Octal | 230 | 303 | 242 | 26 | 0 | 21 | 30 | 206 | 32 | 104 |
| Binary | 10011000 | 11000011 | 10100010 | 10110 | 0 | 10001 | 11000 | 10000110 | 11010 | 1000100 |
Color Harmonies of #98C3A2
Complementary color
Monochromatic Colors of #98C3A2
Black with #98C3A2
Text Example
Text Example
White with #98C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C3A2; }
p { color: rgb(152,195,162); }
H1.HeaderClassName
{
color: #98C3A2;
}
.AnyTagClassName
{
color: #98C3A2;
}
</style>
background-color css
<style>
a { background-color: #98C3A2; }
a { background-color: rgb(152,195,162); }
div.DivClassName
{
background-color: #98C3A2;
}
.BgClassName
{
background-color: #98C3A2;
}
</style>
border-color css
<style>
span { border-color: #98C3A2; }
span { border-color: rgb(152,195,162); }
td.TdClassName
{
border-color: #98C3A2;
}
.TagClassName
{
border-color: #98C3A2;
}
</style>