Shades of De York #84C892
Tints of De York #84C892
RGB
CMYK
RGB Variations
Color information
#84C892 (or 0x84C892) is known color: De York. HEX triplet: 84, C8 and 92. RGB value is (132,200,146). Sum of RGB (Red+Green+Blue) = 132+200+146=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #84C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C892 is #7B376D. Grayscale: #ADADAD. Windows color (decimal): -8075118 or 9619588. OLE color: 9619588.
HSL color Cylindrical-coordinate representation of color #84C892: hue angle of 132.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C892 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 146 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.22 |
| HSL | 132.35º | 0.38% | 0.65% | - |
| HSV(B) | 132.35º | 0.34% | 0.78% | - |
| XYZ | 35.36 | 48.29 | 34.65 | - |
| YUV | 173.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 146 | 0.34 | 0 | 0.27 | 0.22 | 132.35 | 0.38 | 0.65 |
| Hex | 84 | C8 | 92 | 22 | 0 | 1B | 16 | 84 | 26 | 41 |
| Octal | 204 | 310 | 222 | 42 | 0 | 33 | 26 | 204 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10010010 | 100010 | 0 | 11011 | 10110 | 10000100 | 100110 | 1000001 |
Color Harmonies of #84C892
Complementary color
Monochromatic Colors of #84C892
Black with #84C892
Text Example
Text Example
White with #84C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C892; }
p { color: rgb(132,200,146); }
H1.HeaderClassName
{
color: #84C892;
}
.AnyTagClassName
{
color: #84C892;
}
</style>
background-color css
<style>
a { background-color: #84C892; }
a { background-color: rgb(132,200,146); }
div.DivClassName
{
background-color: #84C892;
}
.BgClassName
{
background-color: #84C892;
}
</style>
border-color css
<style>
span { border-color: #84C892; }
span { border-color: rgb(132,200,146); }
td.TdClassName
{
border-color: #84C892;
}
.TagClassName
{
border-color: #84C892;
}
</style>