Shades of De York #8BCA8A
Tints of De York #8BCA8A
RGB
CMYK
RGB Variations
Color information
#8BCA8A (or 0x8BCA8A) is known color: De York. HEX triplet: 8B, CA and 8A. RGB value is (139,202,138). Sum of RGB (Red+Green+Blue) = 139+202+138=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA8A is #743575. Grayscale: #B0B0B0. Windows color (decimal): -7615862 or 9095819. OLE color: 9095819.
HSL color Cylindrical-coordinate representation of color #8BCA8A: hue angle of 119.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCA8A is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 138 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.21 |
| HSL | 119.06º | 0.38% | 0.67% | - |
| HSV(B) | 119.06º | 0.32% | 0.79% | - |
| XYZ | 36.36 | 49.57 | 31.7 | - |
| YUV | 175.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 138 | 0.31 | 0 | 0.32 | 0.21 | 119.06 | 0.38 | 0.67 |
| Hex | 8B | CA | 8A | 1F | 0 | 20 | 15 | 77 | 26 | 43 |
| Octal | 213 | 312 | 212 | 37 | 0 | 40 | 25 | 167 | 46 | 103 |
| Binary | 10001011 | 11001010 | 10001010 | 11111 | 0 | 100000 | 10101 | 1110111 | 100110 | 1000011 |
Color Harmonies of #8BCA8A
Complementary color
Monochromatic Colors of #8BCA8A
Black with #8BCA8A
Text Example
Text Example
White with #8BCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA8A; }
p { color: rgb(139,202,138); }
H1.HeaderClassName
{
color: #8BCA8A;
}
.AnyTagClassName
{
color: #8BCA8A;
}
</style>
background-color css
<style>
a { background-color: #8BCA8A; }
a { background-color: rgb(139,202,138); }
div.DivClassName
{
background-color: #8BCA8A;
}
.BgClassName
{
background-color: #8BCA8A;
}
</style>
border-color css
<style>
span { border-color: #8BCA8A; }
span { border-color: rgb(139,202,138); }
td.TdClassName
{
border-color: #8BCA8A;
}
.TagClassName
{
border-color: #8BCA8A;
}
</style>