Shades of De York #83BC84
Tints of De York #83BC84
RGB
CMYK
RGB Variations
Color information
#83BC84 (or 0x83BC84) is known color: De York. HEX triplet: 83, BC and 84. RGB value is (131,188,132). Sum of RGB (Red+Green+Blue) = 131+188+132=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC84 is #7C437B. Grayscale: #A4A4A4. Windows color (decimal): -8143740 or 8699011. OLE color: 8699011.
HSL color Cylindrical-coordinate representation of color #83BC84: hue angle of 121.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC84 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 132 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.26 |
| HSL | 121.05º | 0.3% | 0.63% | - |
| HSV(B) | 121.05º | 0.3% | 0.74% | - |
| XYZ | 31.51 | 42.46 | 28.36 | - |
| YUV | 164.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 132 | 0.30 | 0 | 0.30 | 0.26 | 121.05 | 0.3 | 0.63 |
| Hex | 83 | BC | 84 | 1E | 0 | 1E | 1A | 79 | 1E | 3F |
| Octal | 203 | 274 | 204 | 36 | 0 | 36 | 32 | 171 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10000100 | 11110 | 0 | 11110 | 11010 | 1111001 | 11110 | 111111 |
Color Harmonies of #83BC84
Complementary color
Monochromatic Colors of #83BC84
Black with #83BC84
Text Example
Text Example
White with #83BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC84; }
p { color: rgb(131,188,132); }
H1.HeaderClassName
{
color: #83BC84;
}
.AnyTagClassName
{
color: #83BC84;
}
</style>
background-color css
<style>
a { background-color: #83BC84; }
a { background-color: rgb(131,188,132); }
div.DivClassName
{
background-color: #83BC84;
}
.BgClassName
{
background-color: #83BC84;
}
</style>
border-color css
<style>
span { border-color: #83BC84; }
span { border-color: rgb(131,188,132); }
td.TdClassName
{
border-color: #83BC84;
}
.TagClassName
{
border-color: #83BC84;
}
</style>