Shades of De York #84BE8B
Tints of De York #84BE8B
RGB
CMYK
RGB Variations
Color information
#84BE8B (or 0x84BE8B) is known color: De York. HEX triplet: 84, BE and 8B. RGB value is (132,190,139). Sum of RGB (Red+Green+Blue) = 132+190+139=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE8B is #7B4174. Grayscale: #A6A6A6. Windows color (decimal): -8077685 or 9158276. OLE color: 9158276.
HSL color Cylindrical-coordinate representation of color #84BE8B: hue angle of 127.24º degrees, saturation: 0.31, 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 #84BE8B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 139 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.25 |
| HSL | 127.24º | 0.31% | 0.63% | - |
| HSV(B) | 127.24º | 0.31% | 0.75% | - |
| XYZ | 32.59 | 43.6 | 31.12 | - |
| YUV | 166.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 139 | 0.31 | 0 | 0.27 | 0.25 | 127.24 | 0.31 | 0.63 |
| Hex | 84 | BE | 8B | 1F | 0 | 1B | 19 | 7F | 1F | 3F |
| Octal | 204 | 276 | 213 | 37 | 0 | 33 | 31 | 177 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10001011 | 11111 | 0 | 11011 | 11001 | 1111111 | 11111 | 111111 |
Color Harmonies of #84BE8B
Complementary color
Monochromatic Colors of #84BE8B
Black with #84BE8B
Text Example
Text Example
White with #84BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE8B; }
p { color: rgb(132,190,139); }
H1.HeaderClassName
{
color: #84BE8B;
}
.AnyTagClassName
{
color: #84BE8B;
}
</style>
background-color css
<style>
a { background-color: #84BE8B; }
a { background-color: rgb(132,190,139); }
div.DivClassName
{
background-color: #84BE8B;
}
.BgClassName
{
background-color: #84BE8B;
}
</style>
border-color css
<style>
span { border-color: #84BE8B; }
span { border-color: rgb(132,190,139); }
td.TdClassName
{
border-color: #84BE8B;
}
.TagClassName
{
border-color: #84BE8B;
}
</style>