Shades of Chinook #83D99B
Tints of Chinook #83D99B
RGB
CMYK
RGB Variations
Color information
#83D99B (or 0x83D99B) is known color: Chinook. HEX triplet: 83, D9 and 9B. RGB value is (131,217,155). Sum of RGB (Red+Green+Blue) = 131+217+155=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #83D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D99B is #7C2664. Grayscale: #B8B8B8. Windows color (decimal): -8136293 or 10213763. OLE color: 10213763.
HSL color Cylindrical-coordinate representation of color #83D99B: hue angle of 136.74º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D99B is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 155 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.15 |
| HSL | 136.74º | 0.53% | 0.68% | - |
| HSV(B) | 136.74º | 0.4% | 0.85% | - |
| XYZ | 40.09 | 56.82 | 39.86 | - |
| YUV | 184.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 155 | 0.40 | 0 | 0.29 | 0.15 | 136.74 | 0.53 | 0.68 |
| Hex | 83 | D9 | 9B | 28 | 0 | 1D | F | 89 | 35 | 44 |
| Octal | 203 | 331 | 233 | 50 | 0 | 35 | 17 | 211 | 65 | 104 |
| Binary | 10000011 | 11011001 | 10011011 | 101000 | 0 | 11101 | 1111 | 10001001 | 110101 | 1000100 |
Color Harmonies of #83D99B
Complementary color
Monochromatic Colors of #83D99B
Black with #83D99B
Text Example
Text Example
White with #83D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D99B; }
p { color: rgb(131,217,155); }
H1.HeaderClassName
{
color: #83D99B;
}
.AnyTagClassName
{
color: #83D99B;
}
</style>
background-color css
<style>
a { background-color: #83D99B; }
a { background-color: rgb(131,217,155); }
div.DivClassName
{
background-color: #83D99B;
}
.BgClassName
{
background-color: #83D99B;
}
</style>
border-color css
<style>
span { border-color: #83D99B; }
span { border-color: rgb(131,217,155); }
td.TdClassName
{
border-color: #83D99B;
}
.TagClassName
{
border-color: #83D99B;
}
</style>