Shades of De York #84BA7C
Tints of De York #84BA7C
RGB
CMYK
RGB Variations
Color information
#84BA7C (or 0x84BA7C) is known color: De York. HEX triplet: 84, BA and 7C. RGB value is (132,186,124). Sum of RGB (Red+Green+Blue) = 132+186+124=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7C is #7B4583. Grayscale: #A2A2A2. Windows color (decimal): -8078724 or 8174212. OLE color: 8174212.
HSL color Cylindrical-coordinate representation of color #84BA7C: hue angle of 112.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BA7C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 124 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.27 |
| HSL | 112.26º | 0.31% | 0.61% | - |
| HSV(B) | 112.26º | 0.33% | 0.73% | - |
| XYZ | 30.71 | 41.48 | 25.46 | - |
| YUV | 162.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 124 | 0.29 | 0 | 0.33 | 0.27 | 112.26 | 0.31 | 0.61 |
| Hex | 84 | BA | 7C | 1D | 0 | 21 | 1B | 70 | 1F | 3D |
| Octal | 204 | 272 | 174 | 35 | 0 | 41 | 33 | 160 | 37 | 75 |
| Binary | 10000100 | 10111010 | 1111100 | 11101 | 0 | 100001 | 11011 | 1110000 | 11111 | 111101 |
Color Harmonies of #84BA7C
Complementary color
Monochromatic Colors of #84BA7C
Black with #84BA7C
Text Example
Text Example
White with #84BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA7C; }
p { color: rgb(132,186,124); }
H1.HeaderClassName
{
color: #84BA7C;
}
.AnyTagClassName
{
color: #84BA7C;
}
</style>
background-color css
<style>
a { background-color: #84BA7C; }
a { background-color: rgb(132,186,124); }
div.DivClassName
{
background-color: #84BA7C;
}
.BgClassName
{
background-color: #84BA7C;
}
</style>
border-color css
<style>
span { border-color: #84BA7C; }
span { border-color: rgb(132,186,124); }
td.TdClassName
{
border-color: #84BA7C;
}
.TagClassName
{
border-color: #84BA7C;
}
</style>