Shades of De York #84BC87
Tints of De York #84BC87
RGB
CMYK
RGB Variations
Color information
#84BC87 (or 0x84BC87) is known color: De York. HEX triplet: 84, BC and 87. RGB value is (132,188,135). Sum of RGB (Red+Green+Blue) = 132+188+135=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC87 is #7B4378. Grayscale: #A5A5A5. Windows color (decimal): -8078201 or 8895620. OLE color: 8895620.
HSL color Cylindrical-coordinate representation of color #84BC87: hue angle of 123.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BC87 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 135 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.26 |
| HSL | 123.21º | 0.29% | 0.63% | - |
| HSV(B) | 123.21º | 0.3% | 0.74% | - |
| XYZ | 31.87 | 42.62 | 29.47 | - |
| YUV | 165.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 135 | 0.30 | 0 | 0.28 | 0.26 | 123.21 | 0.29 | 0.63 |
| Hex | 84 | BC | 87 | 1E | 0 | 1C | 1A | 7B | 1D | 3F |
| Octal | 204 | 274 | 207 | 36 | 0 | 34 | 32 | 173 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10000111 | 11110 | 0 | 11100 | 11010 | 1111011 | 11101 | 111111 |
Color Harmonies of #84BC87
Complementary color
Monochromatic Colors of #84BC87
Black with #84BC87
Text Example
Text Example
White with #84BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC87; }
p { color: rgb(132,188,135); }
H1.HeaderClassName
{
color: #84BC87;
}
.AnyTagClassName
{
color: #84BC87;
}
</style>
background-color css
<style>
a { background-color: #84BC87; }
a { background-color: rgb(132,188,135); }
div.DivClassName
{
background-color: #84BC87;
}
.BgClassName
{
background-color: #84BC87;
}
</style>
border-color css
<style>
span { border-color: #84BC87; }
span { border-color: rgb(132,188,135); }
td.TdClassName
{
border-color: #84BC87;
}
.TagClassName
{
border-color: #84BC87;
}
</style>