Shades of De York #83BF86
Tints of De York #83BF86
RGB
CMYK
RGB Variations
Color information
#83BF86 (or 0x83BF86) is known color: De York. HEX triplet: 83, BF and 86. RGB value is (131,191,134). Sum of RGB (Red+Green+Blue) = 131+191+134=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF86 is #7C4079. Grayscale: #A6A6A6. Windows color (decimal): -8142970 or 8830851. OLE color: 8830851.
HSL color Cylindrical-coordinate representation of color #83BF86: hue angle of 123º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF86 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 134 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.25 |
| HSL | 123º | 0.32% | 0.63% | - |
| HSV(B) | 123º | 0.31% | 0.75% | - |
| XYZ | 32.29 | 43.81 | 29.31 | - |
| YUV | 166.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 134 | 0.31 | 0 | 0.30 | 0.25 | 123 | 0.32 | 0.63 |
| Hex | 83 | BF | 86 | 1F | 0 | 1E | 19 | 7B | 20 | 3F |
| Octal | 203 | 277 | 206 | 37 | 0 | 36 | 31 | 173 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10000110 | 11111 | 0 | 11110 | 11001 | 1111011 | 100000 | 111111 |
Color Harmonies of #83BF86
Complementary color
Monochromatic Colors of #83BF86
Black with #83BF86
Text Example
Text Example
White with #83BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF86; }
p { color: rgb(131,191,134); }
H1.HeaderClassName
{
color: #83BF86;
}
.AnyTagClassName
{
color: #83BF86;
}
</style>
background-color css
<style>
a { background-color: #83BF86; }
a { background-color: rgb(131,191,134); }
div.DivClassName
{
background-color: #83BF86;
}
.BgClassName
{
background-color: #83BF86;
}
</style>
border-color css
<style>
span { border-color: #83BF86; }
span { border-color: rgb(131,191,134); }
td.TdClassName
{
border-color: #83BF86;
}
.TagClassName
{
border-color: #83BF86;
}
</style>