Shades of De York #84BA7B
Tints of De York #84BA7B
RGB
CMYK
RGB Variations
Color information
#84BA7B (or 0x84BA7B) is known color: De York. HEX triplet: 84, BA and 7B. RGB value is (132,186,123). Sum of RGB (Red+Green+Blue) = 132+186+123=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7B is #7B4584. Grayscale: #A2A2A2. Windows color (decimal): -8078725 or 8108676. OLE color: 8108676.
HSL color Cylindrical-coordinate representation of color #84BA7B: hue angle of 111.43º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BA7B is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 123 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.27 |
| HSL | 111.43º | 0.31% | 0.61% | - |
| HSV(B) | 111.43º | 0.34% | 0.73% | - |
| XYZ | 30.65 | 41.45 | 25.12 | - |
| YUV | 162.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 123 | 0.29 | 0 | 0.34 | 0.27 | 111.43 | 0.31 | 0.61 |
| Hex | 84 | BA | 7B | 1D | 0 | 22 | 1B | 6F | 1F | 3D |
| Octal | 204 | 272 | 173 | 35 | 0 | 42 | 33 | 157 | 37 | 75 |
| Binary | 10000100 | 10111010 | 1111011 | 11101 | 0 | 100010 | 11011 | 1101111 | 11111 | 111101 |
Color Harmonies of #84BA7B
Complementary color
Monochromatic Colors of #84BA7B
Black with #84BA7B
Text Example
Text Example
White with #84BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA7B; }
p { color: rgb(132,186,123); }
H1.HeaderClassName
{
color: #84BA7B;
}
.AnyTagClassName
{
color: #84BA7B;
}
</style>
background-color css
<style>
a { background-color: #84BA7B; }
a { background-color: rgb(132,186,123); }
div.DivClassName
{
background-color: #84BA7B;
}
.BgClassName
{
background-color: #84BA7B;
}
</style>
border-color css
<style>
span { border-color: #84BA7B; }
span { border-color: rgb(132,186,123); }
td.TdClassName
{
border-color: #84BA7B;
}
.TagClassName
{
border-color: #84BA7B;
}
</style>