Shades of De York #8BC98B
Tints of De York #8BC98B
RGB
CMYK
RGB Variations
Color information
#8BC98B (or 0x8BC98B) is known color: De York. HEX triplet: 8B, C9 and 8B. RGB value is (139,201,139). Sum of RGB (Red+Green+Blue) = 139+201+139=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC98B is #743674. Grayscale: #AFAFAF. Windows color (decimal): -7616117 or 9161099. OLE color: 9161099.
HSL color Cylindrical-coordinate representation of color #8BC98B: hue angle of 120º degrees, saturation: 0.36, 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 #8BC98B is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 139 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.21 |
| HSL | 120º | 0.36% | 0.67% | - |
| HSV(B) | 120º | 0.31% | 0.79% | - |
| XYZ | 36.19 | 49.13 | 32 | - |
| YUV | 175.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 139 | 0.31 | 0 | 0.31 | 0.21 | 120 | 0.36 | 0.67 |
| Hex | 8B | C9 | 8B | 1F | 0 | 1F | 15 | 78 | 24 | 43 |
| Octal | 213 | 311 | 213 | 37 | 0 | 37 | 25 | 170 | 44 | 103 |
| Binary | 10001011 | 11001001 | 10001011 | 11111 | 0 | 11111 | 10101 | 1111000 | 100100 | 1000011 |
Color Harmonies of #8BC98B
Complementary color
Monochromatic Colors of #8BC98B
Black with #8BC98B
Text Example
Text Example
White with #8BC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC98B; }
p { color: rgb(139,201,139); }
H1.HeaderClassName
{
color: #8BC98B;
}
.AnyTagClassName
{
color: #8BC98B;
}
</style>
background-color css
<style>
a { background-color: #8BC98B; }
a { background-color: rgb(139,201,139); }
div.DivClassName
{
background-color: #8BC98B;
}
.BgClassName
{
background-color: #8BC98B;
}
</style>
border-color css
<style>
span { border-color: #8BC98B; }
span { border-color: rgb(139,201,139); }
td.TdClassName
{
border-color: #8BC98B;
}
.TagClassName
{
border-color: #8BC98B;
}
</style>