Shades of De York #83BC89
Tints of De York #83BC89
RGB
CMYK
RGB Variations
Color information
#83BC89 (or 0x83BC89) is known color: De York. HEX triplet: 83, BC and 89. RGB value is (131,188,137). Sum of RGB (Red+Green+Blue) = 131+188+137=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC89 is #7C4376. Grayscale: #A5A5A5. Windows color (decimal): -8143735 or 9026691. OLE color: 9026691.
HSL color Cylindrical-coordinate representation of color #83BC89: hue angle of 126.32º 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 #83BC89 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 137 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.26 |
| HSL | 126.32º | 0.3% | 0.63% | - |
| HSV(B) | 126.32º | 0.3% | 0.74% | - |
| XYZ | 31.86 | 42.6 | 30.21 | - |
| YUV | 165.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 137 | 0.30 | 0 | 0.27 | 0.26 | 126.32 | 0.3 | 0.63 |
| Hex | 83 | BC | 89 | 1E | 0 | 1B | 1A | 7E | 1E | 3F |
| Octal | 203 | 274 | 211 | 36 | 0 | 33 | 32 | 176 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10001001 | 11110 | 0 | 11011 | 11010 | 1111110 | 11110 | 111111 |
Color Harmonies of #83BC89
Complementary color
Monochromatic Colors of #83BC89
Black with #83BC89
Text Example
Text Example
White with #83BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC89; }
p { color: rgb(131,188,137); }
H1.HeaderClassName
{
color: #83BC89;
}
.AnyTagClassName
{
color: #83BC89;
}
</style>
background-color css
<style>
a { background-color: #83BC89; }
a { background-color: rgb(131,188,137); }
div.DivClassName
{
background-color: #83BC89;
}
.BgClassName
{
background-color: #83BC89;
}
</style>
border-color css
<style>
span { border-color: #83BC89; }
span { border-color: rgb(131,188,137); }
td.TdClassName
{
border-color: #83BC89;
}
.TagClassName
{
border-color: #83BC89;
}
</style>