Shades of De York #83C189
Tints of De York #83C189
RGB
CMYK
RGB Variations
Color information
#83C189 (or 0x83C189) is known color: De York. HEX triplet: 83, C1 and 89. RGB value is (131,193,137). Sum of RGB (Red+Green+Blue) = 131+193+137=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #83C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C189 is #7C3E76. Grayscale: #A8A8A8. Windows color (decimal): -8142455 or 9027971. OLE color: 9027971.
HSL color Cylindrical-coordinate representation of color #83C189: hue angle of 125.81º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C189 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 137 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.24 |
| HSL | 125.81º | 0.33% | 0.64% | - |
| HSV(B) | 125.81º | 0.32% | 0.76% | - |
| XYZ | 32.95 | 44.77 | 30.57 | - |
| YUV | 168.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 137 | 0.32 | 0 | 0.29 | 0.24 | 125.81 | 0.33 | 0.64 |
| Hex | 83 | C1 | 89 | 20 | 0 | 1D | 18 | 7E | 21 | 40 |
| Octal | 203 | 301 | 211 | 40 | 0 | 35 | 30 | 176 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10001001 | 100000 | 0 | 11101 | 11000 | 1111110 | 100001 | 1000000 |
Color Harmonies of #83C189
Complementary color
Monochromatic Colors of #83C189
Black with #83C189
Text Example
Text Example
White with #83C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C189; }
p { color: rgb(131,193,137); }
H1.HeaderClassName
{
color: #83C189;
}
.AnyTagClassName
{
color: #83C189;
}
</style>
background-color css
<style>
a { background-color: #83C189; }
a { background-color: rgb(131,193,137); }
div.DivClassName
{
background-color: #83C189;
}
.BgClassName
{
background-color: #83C189;
}
</style>
border-color css
<style>
span { border-color: #83C189; }
span { border-color: rgb(131,193,137); }
td.TdClassName
{
border-color: #83C189;
}
.TagClassName
{
border-color: #83C189;
}
</style>