Shades of De York #8BCE98
Tints of De York #8BCE98
RGB
CMYK
RGB Variations
Color information
#8BCE98 (or 0x8BCE98) is known color: De York. HEX triplet: 8B, CE and 98. RGB value is (139,206,152). Sum of RGB (Red+Green+Blue) = 139+206+152=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE98 is #743167. Grayscale: #B3B3B3. Windows color (decimal): -7614824 or 10014347. OLE color: 10014347.
HSL color Cylindrical-coordinate representation of color #8BCE98: hue angle of 131.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE98 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 152 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.19 |
| HSL | 131.64º | 0.41% | 0.68% | - |
| HSV(B) | 131.64º | 0.33% | 0.81% | - |
| XYZ | 38.39 | 51.9 | 37.7 | - |
| YUV | 179.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 152 | 0.33 | 0 | 0.26 | 0.19 | 131.64 | 0.41 | 0.68 |
| Hex | 8B | CE | 98 | 21 | 0 | 1A | 13 | 84 | 29 | 44 |
| Octal | 213 | 316 | 230 | 41 | 0 | 32 | 23 | 204 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10011000 | 100001 | 0 | 11010 | 10011 | 10000100 | 101001 | 1000100 |
Color Harmonies of #8BCE98
Complementary color
Monochromatic Colors of #8BCE98
Black with #8BCE98
Text Example
Text Example
White with #8BCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCE98; }
p { color: rgb(139,206,152); }
H1.HeaderClassName
{
color: #8BCE98;
}
.AnyTagClassName
{
color: #8BCE98;
}
</style>
background-color css
<style>
a { background-color: #8BCE98; }
a { background-color: rgb(139,206,152); }
div.DivClassName
{
background-color: #8BCE98;
}
.BgClassName
{
background-color: #8BCE98;
}
</style>
border-color css
<style>
span { border-color: #8BCE98; }
span { border-color: rgb(139,206,152); }
td.TdClassName
{
border-color: #8BCE98;
}
.TagClassName
{
border-color: #8BCE98;
}
</style>