Shades of De York #80BA86
Tints of De York #80BA86
RGB
CMYK
RGB Variations
Color information
#80BA86 (or 0x80BA86) is known color: De York. HEX triplet: 80, BA and 86. RGB value is (128,186,134). Sum of RGB (Red+Green+Blue) = 128+186+134=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA86 is #7F4579. Grayscale: #A2A2A2. Windows color (decimal): -8340858 or 8829568. OLE color: 8829568.
HSL color Cylindrical-coordinate representation of color #80BA86: hue angle of 126.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA86 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 134 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.27 |
| HSL | 126.21º | 0.3% | 0.62% | - |
| HSV(B) | 126.21º | 0.31% | 0.73% | - |
| XYZ | 30.76 | 41.43 | 28.93 | - |
| YUV | 162.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 134 | 0.31 | 0 | 0.28 | 0.27 | 126.21 | 0.3 | 0.62 |
| Hex | 80 | BA | 86 | 1F | 0 | 1C | 1B | 7E | 1E | 3E |
| Octal | 200 | 272 | 206 | 37 | 0 | 34 | 33 | 176 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10000110 | 11111 | 0 | 11100 | 11011 | 1111110 | 11110 | 111110 |
Color Harmonies of #80BA86
Complementary color
Monochromatic Colors of #80BA86
Black with #80BA86
Text Example
Text Example
White with #80BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA86; }
p { color: rgb(128,186,134); }
H1.HeaderClassName
{
color: #80BA86;
}
.AnyTagClassName
{
color: #80BA86;
}
</style>
background-color css
<style>
a { background-color: #80BA86; }
a { background-color: rgb(128,186,134); }
div.DivClassName
{
background-color: #80BA86;
}
.BgClassName
{
background-color: #80BA86;
}
</style>
border-color css
<style>
span { border-color: #80BA86; }
span { border-color: rgb(128,186,134); }
td.TdClassName
{
border-color: #80BA86;
}
.TagClassName
{
border-color: #80BA86;
}
</style>