Shades of De York #8BCA8E
Tints of De York #8BCA8E
RGB
CMYK
RGB Variations
Color information
#8BCA8E (or 0x8BCA8E) is known color: De York. HEX triplet: 8B, CA and 8E. RGB value is (139,202,142). Sum of RGB (Red+Green+Blue) = 139+202+142=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA8E is #743571. Grayscale: #B0B0B0. Windows color (decimal): -7615858 or 9357963. OLE color: 9357963.
HSL color Cylindrical-coordinate representation of color #8BCA8E: hue angle of 122.86º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCA8E is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 142 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.21 |
| HSL | 122.86º | 0.37% | 0.67% | - |
| HSV(B) | 122.86º | 0.31% | 0.79% | - |
| XYZ | 36.65 | 49.68 | 33.25 | - |
| YUV | 176.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 142 | 0.31 | 0 | 0.30 | 0.21 | 122.86 | 0.37 | 0.67 |
| Hex | 8B | CA | 8E | 1F | 0 | 1E | 15 | 7B | 25 | 43 |
| Octal | 213 | 312 | 216 | 37 | 0 | 36 | 25 | 173 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10001110 | 11111 | 0 | 11110 | 10101 | 1111011 | 100101 | 1000011 |
Color Harmonies of #8BCA8E
Complementary color
Monochromatic Colors of #8BCA8E
Black with #8BCA8E
Text Example
Text Example
White with #8BCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA8E; }
p { color: rgb(139,202,142); }
H1.HeaderClassName
{
color: #8BCA8E;
}
.AnyTagClassName
{
color: #8BCA8E;
}
</style>
background-color css
<style>
a { background-color: #8BCA8E; }
a { background-color: rgb(139,202,142); }
div.DivClassName
{
background-color: #8BCA8E;
}
.BgClassName
{
background-color: #8BCA8E;
}
</style>
border-color css
<style>
span { border-color: #8BCA8E; }
span { border-color: rgb(139,202,142); }
td.TdClassName
{
border-color: #8BCA8E;
}
.TagClassName
{
border-color: #8BCA8E;
}
</style>