Shades of De York #8BCA93
Tints of De York #8BCA93
RGB
CMYK
RGB Variations
Color information
#8BCA93 (or 0x8BCA93) is known color: De York. HEX triplet: 8B, CA and 93. RGB value is (139,202,147). Sum of RGB (Red+Green+Blue) = 139+202+147=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA93 is #74356C. Grayscale: #B1B1B1. Windows color (decimal): -7615853 or 9685643. OLE color: 9685643.
HSL color Cylindrical-coordinate representation of color #8BCA93: hue angle of 127.62º 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 #8BCA93 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 147 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.21 |
| HSL | 127.62º | 0.37% | 0.67% | - |
| HSV(B) | 127.62º | 0.31% | 0.79% | - |
| XYZ | 37.03 | 49.84 | 35.27 | - |
| YUV | 176.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 147 | 0.31 | 0 | 0.27 | 0.21 | 127.62 | 0.37 | 0.67 |
| Hex | 8B | CA | 93 | 1F | 0 | 1B | 15 | 80 | 25 | 43 |
| Octal | 213 | 312 | 223 | 37 | 0 | 33 | 25 | 200 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10010011 | 11111 | 0 | 11011 | 10101 | 10000000 | 100101 | 1000011 |
Color Harmonies of #8BCA93
Complementary color
Monochromatic Colors of #8BCA93
Black with #8BCA93
Text Example
Text Example
White with #8BCA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA93; }
p { color: rgb(139,202,147); }
H1.HeaderClassName
{
color: #8BCA93;
}
.AnyTagClassName
{
color: #8BCA93;
}
</style>
background-color css
<style>
a { background-color: #8BCA93; }
a { background-color: rgb(139,202,147); }
div.DivClassName
{
background-color: #8BCA93;
}
.BgClassName
{
background-color: #8BCA93;
}
</style>
border-color css
<style>
span { border-color: #8BCA93; }
span { border-color: rgb(139,202,147); }
td.TdClassName
{
border-color: #8BCA93;
}
.TagClassName
{
border-color: #8BCA93;
}
</style>