Shades of De York #84C386
Tints of De York #84C386
RGB
CMYK
RGB Variations
Color information
#84C386 (or 0x84C386) is known color: De York. HEX triplet: 84, C3 and 86. RGB value is (132,195,134). Sum of RGB (Red+Green+Blue) = 132+195+134=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #84C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C386 is #7B3C79. Grayscale: #A9A9A9. Windows color (decimal): -8076410 or 8831876. OLE color: 8831876.
HSL color Cylindrical-coordinate representation of color #84C386: hue angle of 121.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C386 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 134 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.24 |
| HSL | 121.9º | 0.34% | 0.64% | - |
| HSV(B) | 121.9º | 0.32% | 0.76% | - |
| XYZ | 33.33 | 45.66 | 29.61 | - |
| YUV | 169.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 134 | 0.32 | 0 | 0.31 | 0.24 | 121.9 | 0.34 | 0.64 |
| Hex | 84 | C3 | 86 | 20 | 0 | 1F | 18 | 7A | 22 | 40 |
| Octal | 204 | 303 | 206 | 40 | 0 | 37 | 30 | 172 | 42 | 100 |
| Binary | 10000100 | 11000011 | 10000110 | 100000 | 0 | 11111 | 11000 | 1111010 | 100010 | 1000000 |
Color Harmonies of #84C386
Complementary color
Monochromatic Colors of #84C386
Black with #84C386
Text Example
Text Example
White with #84C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C386; }
p { color: rgb(132,195,134); }
H1.HeaderClassName
{
color: #84C386;
}
.AnyTagClassName
{
color: #84C386;
}
</style>
background-color css
<style>
a { background-color: #84C386; }
a { background-color: rgb(132,195,134); }
div.DivClassName
{
background-color: #84C386;
}
.BgClassName
{
background-color: #84C386;
}
</style>
border-color css
<style>
span { border-color: #84C386; }
span { border-color: rgb(132,195,134); }
td.TdClassName
{
border-color: #84C386;
}
.TagClassName
{
border-color: #84C386;
}
</style>