Shades of De York #83C186
Tints of De York #83C186
RGB
CMYK
RGB Variations
Color information
#83C186 (or 0x83C186) is known color: De York. HEX triplet: 83, C1 and 86. RGB value is (131,193,134). Sum of RGB (Red+Green+Blue) = 131+193+134=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #83C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C186 is #7C3E79. Grayscale: #A7A7A7. Windows color (decimal): -8142458 or 8831363. OLE color: 8831363.
HSL color Cylindrical-coordinate representation of color #83C186: hue angle of 122.9º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C186 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 134 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.24 |
| HSL | 122.9º | 0.33% | 0.64% | - |
| HSV(B) | 122.9º | 0.32% | 0.76% | - |
| XYZ | 32.73 | 44.69 | 29.45 | - |
| YUV | 167.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 134 | 0.32 | 0 | 0.31 | 0.24 | 122.9 | 0.33 | 0.64 |
| Hex | 83 | C1 | 86 | 20 | 0 | 1F | 18 | 7B | 21 | 40 |
| Octal | 203 | 301 | 206 | 40 | 0 | 37 | 30 | 173 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10000110 | 100000 | 0 | 11111 | 11000 | 1111011 | 100001 | 1000000 |
Color Harmonies of #83C186
Complementary color
Monochromatic Colors of #83C186
Black with #83C186
Text Example
Text Example
White with #83C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C186; }
p { color: rgb(131,193,134); }
H1.HeaderClassName
{
color: #83C186;
}
.AnyTagClassName
{
color: #83C186;
}
</style>
background-color css
<style>
a { background-color: #83C186; }
a { background-color: rgb(131,193,134); }
div.DivClassName
{
background-color: #83C186;
}
.BgClassName
{
background-color: #83C186;
}
</style>
border-color css
<style>
span { border-color: #83C186; }
span { border-color: rgb(131,193,134); }
td.TdClassName
{
border-color: #83C186;
}
.TagClassName
{
border-color: #83C186;
}
</style>