Shades of De York #86BF8A
Tints of De York #86BF8A
RGB
CMYK
RGB Variations
Color information
#86BF8A (or 0x86BF8A) is known color: De York. HEX triplet: 86, BF and 8A. RGB value is (134,191,138). Sum of RGB (Red+Green+Blue) = 134+191+138=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF8A is #794075. Grayscale: #A8A8A8. Windows color (decimal): -7946358 or 9092998. OLE color: 9092998.
HSL color Cylindrical-coordinate representation of color #86BF8A: hue angle of 124.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BF8A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 138 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.25 |
| HSL | 124.21º | 0.31% | 0.64% | - |
| HSV(B) | 124.21º | 0.3% | 0.75% | - |
| XYZ | 33.05 | 44.16 | 30.83 | - |
| YUV | 167.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 138 | 0.30 | 0 | 0.28 | 0.25 | 124.21 | 0.31 | 0.64 |
| Hex | 86 | BF | 8A | 1E | 0 | 1C | 19 | 7C | 1F | 40 |
| Octal | 206 | 277 | 212 | 36 | 0 | 34 | 31 | 174 | 37 | 100 |
| Binary | 10000110 | 10111111 | 10001010 | 11110 | 0 | 11100 | 11001 | 1111100 | 11111 | 1000000 |
Color Harmonies of #86BF8A
Complementary color
Monochromatic Colors of #86BF8A
Black with #86BF8A
Text Example
Text Example
White with #86BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF8A; }
p { color: rgb(134,191,138); }
H1.HeaderClassName
{
color: #86BF8A;
}
.AnyTagClassName
{
color: #86BF8A;
}
</style>
background-color css
<style>
a { background-color: #86BF8A; }
a { background-color: rgb(134,191,138); }
div.DivClassName
{
background-color: #86BF8A;
}
.BgClassName
{
background-color: #86BF8A;
}
</style>
border-color css
<style>
span { border-color: #86BF8A; }
span { border-color: rgb(134,191,138); }
td.TdClassName
{
border-color: #86BF8A;
}
.TagClassName
{
border-color: #86BF8A;
}
</style>