Shades of De York #84BB82
Tints of De York #84BB82
RGB
CMYK
RGB Variations
Color information
#84BB82 (or 0x84BB82) is known color: De York. HEX triplet: 84, BB and 82. RGB value is (132,187,130). Sum of RGB (Red+Green+Blue) = 132+187+130=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB82 is #7B447D. Grayscale: #A4A4A4. Windows color (decimal): -8078462 or 8567684. OLE color: 8567684.
HSL color Cylindrical-coordinate representation of color #84BB82: hue angle of 117.89º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BB82 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 130 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.27 |
| HSL | 117.89º | 0.3% | 0.62% | - |
| HSV(B) | 117.89º | 0.3% | 0.73% | - |
| XYZ | 31.32 | 42.06 | 27.59 | - |
| YUV | 164.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 130 | 0.29 | 0 | 0.30 | 0.27 | 117.89 | 0.3 | 0.62 |
| Hex | 84 | BB | 82 | 1D | 0 | 1E | 1B | 76 | 1E | 3E |
| Octal | 204 | 273 | 202 | 35 | 0 | 36 | 33 | 166 | 36 | 76 |
| Binary | 10000100 | 10111011 | 10000010 | 11101 | 0 | 11110 | 11011 | 1110110 | 11110 | 111110 |
Color Harmonies of #84BB82
Complementary color
Monochromatic Colors of #84BB82
Black with #84BB82
Text Example
Text Example
White with #84BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB82; }
p { color: rgb(132,187,130); }
H1.HeaderClassName
{
color: #84BB82;
}
.AnyTagClassName
{
color: #84BB82;
}
</style>
background-color css
<style>
a { background-color: #84BB82; }
a { background-color: rgb(132,187,130); }
div.DivClassName
{
background-color: #84BB82;
}
.BgClassName
{
background-color: #84BB82;
}
</style>
border-color css
<style>
span { border-color: #84BB82; }
span { border-color: rgb(132,187,130); }
td.TdClassName
{
border-color: #84BB82;
}
.TagClassName
{
border-color: #84BB82;
}
</style>