Shades of De York #8BCA87
Tints of De York #8BCA87
RGB
CMYK
RGB Variations
Color information
#8BCA87 (or 0x8BCA87) is known color: De York. HEX triplet: 8B, CA and 87. RGB value is (139,202,135). Sum of RGB (Red+Green+Blue) = 139+202+135=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA87 is #743578. Grayscale: #AFAFAF. Windows color (decimal): -7615865 or 8899211. OLE color: 8899211.
HSL color Cylindrical-coordinate representation of color #8BCA87: hue angle of 116.42º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCA87 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 135 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.21 |
| HSL | 116.42º | 0.39% | 0.66% | - |
| HSV(B) | 116.42º | 0.33% | 0.79% | - |
| XYZ | 36.14 | 49.48 | 30.57 | - |
| YUV | 175.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 135 | 0.31 | 0 | 0.33 | 0.21 | 116.42 | 0.39 | 0.66 |
| Hex | 8B | CA | 87 | 1F | 0 | 21 | 15 | 74 | 27 | 42 |
| Octal | 213 | 312 | 207 | 37 | 0 | 41 | 25 | 164 | 47 | 102 |
| Binary | 10001011 | 11001010 | 10000111 | 11111 | 0 | 100001 | 10101 | 1110100 | 100111 | 1000010 |
Color Harmonies of #8BCA87
Complementary color
Monochromatic Colors of #8BCA87
Black with #8BCA87
Text Example
Text Example
White with #8BCA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA87; }
p { color: rgb(139,202,135); }
H1.HeaderClassName
{
color: #8BCA87;
}
.AnyTagClassName
{
color: #8BCA87;
}
</style>
background-color css
<style>
a { background-color: #8BCA87; }
a { background-color: rgb(139,202,135); }
div.DivClassName
{
background-color: #8BCA87;
}
.BgClassName
{
background-color: #8BCA87;
}
</style>
border-color css
<style>
span { border-color: #8BCA87; }
span { border-color: rgb(139,202,135); }
td.TdClassName
{
border-color: #8BCA87;
}
.TagClassName
{
border-color: #8BCA87;
}
</style>