Shades of De York #84B97C
Tints of De York #84B97C
RGB
CMYK
RGB Variations
Color information
#84B97C (or 0x84B97C) is known color: De York. HEX triplet: 84, B9 and 7C. RGB value is (132,185,124). Sum of RGB (Red+Green+Blue) = 132+185+124=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #84B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B97C is #7B4683. Grayscale: #A2A2A2. Windows color (decimal): -8078980 or 8173956. OLE color: 8173956.
HSL color Cylindrical-coordinate representation of color #84B97C: hue angle of 112.13º degrees, saturation: 0.3, 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 #84B97C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 124 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.27 |
| HSL | 112.13º | 0.3% | 0.61% | - |
| HSV(B) | 112.13º | 0.33% | 0.73% | - |
| XYZ | 30.5 | 41.06 | 25.39 | - |
| YUV | 162.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 124 | 0.29 | 0 | 0.33 | 0.27 | 112.13 | 0.3 | 0.61 |
| Hex | 84 | B9 | 7C | 1D | 0 | 21 | 1B | 70 | 1E | 3D |
| Octal | 204 | 271 | 174 | 35 | 0 | 41 | 33 | 160 | 36 | 75 |
| Binary | 10000100 | 10111001 | 1111100 | 11101 | 0 | 100001 | 11011 | 1110000 | 11110 | 111101 |
Color Harmonies of #84B97C
Complementary color
Monochromatic Colors of #84B97C
Black with #84B97C
Text Example
Text Example
White with #84B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B97C; }
p { color: rgb(132,185,124); }
H1.HeaderClassName
{
color: #84B97C;
}
.AnyTagClassName
{
color: #84B97C;
}
</style>
background-color css
<style>
a { background-color: #84B97C; }
a { background-color: rgb(132,185,124); }
div.DivClassName
{
background-color: #84B97C;
}
.BgClassName
{
background-color: #84B97C;
}
</style>
border-color css
<style>
span { border-color: #84B97C; }
span { border-color: rgb(132,185,124); }
td.TdClassName
{
border-color: #84B97C;
}
.TagClassName
{
border-color: #84B97C;
}
</style>