Shades of De York #8BC886
Tints of De York #8BC886
RGB
CMYK
RGB Variations
Color information
#8BC886 (or 0x8BC886) is known color: De York. HEX triplet: 8B, C8 and 86. RGB value is (139,200,134). Sum of RGB (Red+Green+Blue) = 139+200+134=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC886 is #743779. Grayscale: #AEAEAE. Windows color (decimal): -7616378 or 8833163. OLE color: 8833163.
HSL color Cylindrical-coordinate representation of color #8BC886: hue angle of 115.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC886 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 134 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.22 |
| HSL | 115.45º | 0.38% | 0.65% | - |
| HSV(B) | 115.45º | 0.33% | 0.78% | - |
| XYZ | 35.6 | 48.52 | 30.04 | - |
| YUV | 174.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 134 | 0.30 | 0 | 0.33 | 0.22 | 115.45 | 0.38 | 0.65 |
| Hex | 8B | C8 | 86 | 1E | 0 | 21 | 16 | 73 | 26 | 41 |
| Octal | 213 | 310 | 206 | 36 | 0 | 41 | 26 | 163 | 46 | 101 |
| Binary | 10001011 | 11001000 | 10000110 | 11110 | 0 | 100001 | 10110 | 1110011 | 100110 | 1000001 |
Color Harmonies of #8BC886
Complementary color
Monochromatic Colors of #8BC886
Black with #8BC886
Text Example
Text Example
White with #8BC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC886; }
p { color: rgb(139,200,134); }
H1.HeaderClassName
{
color: #8BC886;
}
.AnyTagClassName
{
color: #8BC886;
}
</style>
background-color css
<style>
a { background-color: #8BC886; }
a { background-color: rgb(139,200,134); }
div.DivClassName
{
background-color: #8BC886;
}
.BgClassName
{
background-color: #8BC886;
}
</style>
border-color css
<style>
span { border-color: #8BC886; }
span { border-color: rgb(139,200,134); }
td.TdClassName
{
border-color: #8BC886;
}
.TagClassName
{
border-color: #8BC886;
}
</style>