Shades of De York #84BF89
Tints of De York #84BF89
RGB
CMYK
RGB Variations
Color information
#84BF89 (or 0x84BF89) is known color: De York. HEX triplet: 84, BF and 89. RGB value is (132,191,137). Sum of RGB (Red+Green+Blue) = 132+191+137=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF89 is #7B4076. Grayscale: #A7A7A7. Windows color (decimal): -8077431 or 9027460. OLE color: 9027460.
HSL color Cylindrical-coordinate representation of color #84BF89: hue angle of 125.08º 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 #84BF89 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 137 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.25 |
| HSL | 125.08º | 0.32% | 0.63% | - |
| HSV(B) | 125.08º | 0.31% | 0.75% | - |
| XYZ | 32.66 | 43.97 | 30.43 | - |
| YUV | 167.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 137 | 0.31 | 0 | 0.28 | 0.25 | 125.08 | 0.32 | 0.63 |
| Hex | 84 | BF | 89 | 1F | 0 | 1C | 19 | 7D | 20 | 3F |
| Octal | 204 | 277 | 211 | 37 | 0 | 34 | 31 | 175 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10001001 | 11111 | 0 | 11100 | 11001 | 1111101 | 100000 | 111111 |
Color Harmonies of #84BF89
Complementary color
Monochromatic Colors of #84BF89
Black with #84BF89
Text Example
Text Example
White with #84BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF89; }
p { color: rgb(132,191,137); }
H1.HeaderClassName
{
color: #84BF89;
}
.AnyTagClassName
{
color: #84BF89;
}
</style>
background-color css
<style>
a { background-color: #84BF89; }
a { background-color: rgb(132,191,137); }
div.DivClassName
{
background-color: #84BF89;
}
.BgClassName
{
background-color: #84BF89;
}
</style>
border-color css
<style>
span { border-color: #84BF89; }
span { border-color: rgb(132,191,137); }
td.TdClassName
{
border-color: #84BF89;
}
.TagClassName
{
border-color: #84BF89;
}
</style>