Shades of De York #84C98B
Tints of De York #84C98B
RGB
CMYK
RGB Variations
Color information
#84C98B (or 0x84C98B) is known color: De York. HEX triplet: 84, C9 and 8B. RGB value is (132,201,139). Sum of RGB (Red+Green+Blue) = 132+201+139=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #84C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C98B is #7B3674. Grayscale: #ADADAD. Windows color (decimal): -8074869 or 9161092. OLE color: 9161092.
HSL color Cylindrical-coordinate representation of color #84C98B: hue angle of 126.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C98B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 139 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.21 |
| HSL | 126.09º | 0.39% | 0.65% | - |
| HSV(B) | 126.09º | 0.34% | 0.79% | - |
| XYZ | 35.06 | 48.54 | 31.95 | - |
| YUV | 173.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 139 | 0.34 | 0 | 0.31 | 0.21 | 126.09 | 0.39 | 0.65 |
| Hex | 84 | C9 | 8B | 22 | 0 | 1F | 15 | 7E | 27 | 41 |
| Octal | 204 | 311 | 213 | 42 | 0 | 37 | 25 | 176 | 47 | 101 |
| Binary | 10000100 | 11001001 | 10001011 | 100010 | 0 | 11111 | 10101 | 1111110 | 100111 | 1000001 |
Color Harmonies of #84C98B
Complementary color
Monochromatic Colors of #84C98B
Black with #84C98B
Text Example
Text Example
White with #84C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C98B; }
p { color: rgb(132,201,139); }
H1.HeaderClassName
{
color: #84C98B;
}
.AnyTagClassName
{
color: #84C98B;
}
</style>
background-color css
<style>
a { background-color: #84C98B; }
a { background-color: rgb(132,201,139); }
div.DivClassName
{
background-color: #84C98B;
}
.BgClassName
{
background-color: #84C98B;
}
</style>
border-color css
<style>
span { border-color: #84C98B; }
span { border-color: rgb(132,201,139); }
td.TdClassName
{
border-color: #84C98B;
}
.TagClassName
{
border-color: #84C98B;
}
</style>