Shades of Chinook #83DB9C
Tints of Chinook #83DB9C
RGB
CMYK
RGB Variations
Color information
#83DB9C (or 0x83DB9C) is known color: Chinook. HEX triplet: 83, DB and 9C. RGB value is (131,219,156). Sum of RGB (Red+Green+Blue) = 131+219+156=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DB9C is #7C2463. Grayscale: #B9B9B9. Windows color (decimal): -8135780 or 10279811. OLE color: 10279811.
HSL color Cylindrical-coordinate representation of color #83DB9C: hue angle of 137.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DB9C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 156 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.14 |
| HSL | 137.05º | 0.55% | 0.69% | - |
| HSV(B) | 137.05º | 0.4% | 0.86% | - |
| XYZ | 40.69 | 57.89 | 40.48 | - |
| YUV | 185.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 156 | 0.40 | 0 | 0.29 | 0.14 | 137.05 | 0.55 | 0.69 |
| Hex | 83 | DB | 9C | 28 | 0 | 1D | E | 89 | 37 | 45 |
| Octal | 203 | 333 | 234 | 50 | 0 | 35 | 16 | 211 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10011100 | 101000 | 0 | 11101 | 1110 | 10001001 | 110111 | 1000101 |
Color Harmonies of #83DB9C
Complementary color
Monochromatic Colors of #83DB9C
Black with #83DB9C
Text Example
Text Example
White with #83DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB9C; }
p { color: rgb(131,219,156); }
H1.HeaderClassName
{
color: #83DB9C;
}
.AnyTagClassName
{
color: #83DB9C;
}
</style>
background-color css
<style>
a { background-color: #83DB9C; }
a { background-color: rgb(131,219,156); }
div.DivClassName
{
background-color: #83DB9C;
}
.BgClassName
{
background-color: #83DB9C;
}
</style>
border-color css
<style>
span { border-color: #83DB9C; }
span { border-color: rgb(131,219,156); }
td.TdClassName
{
border-color: #83DB9C;
}
.TagClassName
{
border-color: #83DB9C;
}
</style>