Shades of De York #84BF86
Tints of De York #84BF86
RGB
CMYK
RGB Variations
Color information
#84BF86 (or 0x84BF86) is known color: De York. HEX triplet: 84, BF and 86. RGB value is (132,191,134). Sum of RGB (Red+Green+Blue) = 132+191+134=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF86 is #7B4079. Grayscale: #A7A7A7. Windows color (decimal): -8077434 or 8830852. OLE color: 8830852.
HSL color Cylindrical-coordinate representation of color #84BF86: hue angle of 122.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF86 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 134 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.25 |
| HSL | 122.03º | 0.32% | 0.63% | - |
| HSV(B) | 122.03º | 0.31% | 0.75% | - |
| XYZ | 32.45 | 43.89 | 29.32 | - |
| YUV | 166.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 134 | 0.31 | 0 | 0.30 | 0.25 | 122.03 | 0.32 | 0.63 |
| Hex | 84 | BF | 86 | 1F | 0 | 1E | 19 | 7A | 20 | 3F |
| Octal | 204 | 277 | 206 | 37 | 0 | 36 | 31 | 172 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10000110 | 11111 | 0 | 11110 | 11001 | 1111010 | 100000 | 111111 |
Color Harmonies of #84BF86
Complementary color
Monochromatic Colors of #84BF86
Black with #84BF86
Text Example
Text Example
White with #84BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF86; }
p { color: rgb(132,191,134); }
H1.HeaderClassName
{
color: #84BF86;
}
.AnyTagClassName
{
color: #84BF86;
}
</style>
background-color css
<style>
a { background-color: #84BF86; }
a { background-color: rgb(132,191,134); }
div.DivClassName
{
background-color: #84BF86;
}
.BgClassName
{
background-color: #84BF86;
}
</style>
border-color css
<style>
span { border-color: #84BF86; }
span { border-color: rgb(132,191,134); }
td.TdClassName
{
border-color: #84BF86;
}
.TagClassName
{
border-color: #84BF86;
}
</style>