Shades of De York #8BCB7B
Tints of De York #8BCB7B
RGB
CMYK
RGB Variations
Color information
#8BCB7B (or 0x8BCB7B) is known color: De York. HEX triplet: 8B, CB and 7B. RGB value is (139,203,123). Sum of RGB (Red+Green+Blue) = 139+203+123=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB7B is #743484. Grayscale: #AFAFAF. Windows color (decimal): -7615621 or 8113035. OLE color: 8113035.
HSL color Cylindrical-coordinate representation of color #8BCB7B: hue angle of 108º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BCB7B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 123 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.20 |
| HSL | 108º | 0.43% | 0.64% | - |
| HSV(B) | 108º | 0.39% | 0.8% | - |
| XYZ | 35.58 | 49.63 | 26.44 | - |
| YUV | 174.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 123 | 0.32 | 0 | 0.39 | 0.20 | 108 | 0.43 | 0.64 |
| Hex | 8B | CB | 7B | 20 | 0 | 27 | 14 | 6C | 2B | 40 |
| Octal | 213 | 313 | 173 | 40 | 0 | 47 | 24 | 154 | 53 | 100 |
| Binary | 10001011 | 11001011 | 1111011 | 100000 | 0 | 100111 | 10100 | 1101100 | 101011 | 1000000 |
Color Harmonies of #8BCB7B
Complementary color
Monochromatic Colors of #8BCB7B
Black with #8BCB7B
Text Example
Text Example
White with #8BCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB7B; }
p { color: rgb(139,203,123); }
H1.HeaderClassName
{
color: #8BCB7B;
}
.AnyTagClassName
{
color: #8BCB7B;
}
</style>
background-color css
<style>
a { background-color: #8BCB7B; }
a { background-color: rgb(139,203,123); }
div.DivClassName
{
background-color: #8BCB7B;
}
.BgClassName
{
background-color: #8BCB7B;
}
</style>
border-color css
<style>
span { border-color: #8BCB7B; }
span { border-color: rgb(139,203,123); }
td.TdClassName
{
border-color: #8BCB7B;
}
.TagClassName
{
border-color: #8BCB7B;
}
</style>