Shades of De York #84BC76
Tints of De York #84BC76
RGB
CMYK
RGB Variations
Color information
#84BC76 (or 0x84BC76) is known color: De York. HEX triplet: 84, BC and 76. RGB value is (132,188,118). Sum of RGB (Red+Green+Blue) = 132+188+118=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC76 is #7B4389. Grayscale: #A3A3A3. Windows color (decimal): -8078218 or 7781508. OLE color: 7781508.
HSL color Cylindrical-coordinate representation of color #84BC76: hue angle of 108º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BC76 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 118 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.26 |
| HSL | 108º | 0.34% | 0.6% | - |
| HSV(B) | 108º | 0.37% | 0.74% | - |
| XYZ | 30.77 | 42.18 | 23.66 | - |
| YUV | 163.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 118 | 0.30 | 0 | 0.37 | 0.26 | 108 | 0.34 | 0.6 |
| Hex | 84 | BC | 76 | 1E | 0 | 25 | 1A | 6C | 22 | 3C |
| Octal | 204 | 274 | 166 | 36 | 0 | 45 | 32 | 154 | 42 | 74 |
| Binary | 10000100 | 10111100 | 1110110 | 11110 | 0 | 100101 | 11010 | 1101100 | 100010 | 111100 |
Color Harmonies of #84BC76
Complementary color
Monochromatic Colors of #84BC76
Black with #84BC76
Text Example
Text Example
White with #84BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC76; }
p { color: rgb(132,188,118); }
H1.HeaderClassName
{
color: #84BC76;
}
.AnyTagClassName
{
color: #84BC76;
}
</style>
background-color css
<style>
a { background-color: #84BC76; }
a { background-color: rgb(132,188,118); }
div.DivClassName
{
background-color: #84BC76;
}
.BgClassName
{
background-color: #84BC76;
}
</style>
border-color css
<style>
span { border-color: #84BC76; }
span { border-color: rgb(132,188,118); }
td.TdClassName
{
border-color: #84BC76;
}
.TagClassName
{
border-color: #84BC76;
}
</style>