Shades of De York #84B87B
Tints of De York #84B87B
RGB
CMYK
RGB Variations
Color information
#84B87B (or 0x84B87B) is known color: De York. HEX triplet: 84, B8 and 7B. RGB value is (132,184,123). Sum of RGB (Red+Green+Blue) = 132+184+123=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #84B87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B87B is #7B4784. Grayscale: #A1A1A1. Windows color (decimal): -8079237 or 8108164. OLE color: 8108164.
HSL color Cylindrical-coordinate representation of color #84B87B: hue angle of 111.15º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84B87B is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 123 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.28 |
| HSL | 111.15º | 0.3% | 0.6% | - |
| HSV(B) | 111.15º | 0.33% | 0.72% | - |
| XYZ | 30.23 | 40.62 | 24.99 | - |
| YUV | 161.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 123 | 0.28 | 0 | 0.33 | 0.28 | 111.15 | 0.3 | 0.6 |
| Hex | 84 | B8 | 7B | 1C | 0 | 21 | 1C | 6F | 1E | 3C |
| Octal | 204 | 270 | 173 | 34 | 0 | 41 | 34 | 157 | 36 | 74 |
| Binary | 10000100 | 10111000 | 1111011 | 11100 | 0 | 100001 | 11100 | 1101111 | 11110 | 111100 |
Color Harmonies of #84B87B
Complementary color
Monochromatic Colors of #84B87B
Black with #84B87B
Text Example
Text Example
White with #84B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B87B; }
p { color: rgb(132,184,123); }
H1.HeaderClassName
{
color: #84B87B;
}
.AnyTagClassName
{
color: #84B87B;
}
</style>
background-color css
<style>
a { background-color: #84B87B; }
a { background-color: rgb(132,184,123); }
div.DivClassName
{
background-color: #84B87B;
}
.BgClassName
{
background-color: #84B87B;
}
</style>
border-color css
<style>
span { border-color: #84B87B; }
span { border-color: rgb(132,184,123); }
td.TdClassName
{
border-color: #84B87B;
}
.TagClassName
{
border-color: #84B87B;
}
</style>