Shades of De York #83BD8C
Tints of De York #83BD8C
RGB
CMYK
RGB Variations
Color information
#83BD8C (or 0x83BD8C) is known color: De York. HEX triplet: 83, BD and 8C. RGB value is (131,189,140). Sum of RGB (Red+Green+Blue) = 131+189+140=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD8C is #7C4273. Grayscale: #A6A6A6. Windows color (decimal): -8143476 or 9223555. OLE color: 9223555.
HSL color Cylindrical-coordinate representation of color #83BD8C: hue angle of 129.31º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BD8C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 140 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.26 |
| HSL | 129.31º | 0.31% | 0.63% | - |
| HSV(B) | 129.31º | 0.31% | 0.74% | - |
| XYZ | 32.29 | 43.11 | 31.43 | - |
| YUV | 166.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 140 | 0.31 | 0 | 0.26 | 0.26 | 129.31 | 0.31 | 0.63 |
| Hex | 83 | BD | 8C | 1F | 0 | 1A | 1A | 81 | 1F | 3F |
| Octal | 203 | 275 | 214 | 37 | 0 | 32 | 32 | 201 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10001100 | 11111 | 0 | 11010 | 11010 | 10000001 | 11111 | 111111 |
Color Harmonies of #83BD8C
Complementary color
Monochromatic Colors of #83BD8C
Black with #83BD8C
Text Example
Text Example
White with #83BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD8C; }
p { color: rgb(131,189,140); }
H1.HeaderClassName
{
color: #83BD8C;
}
.AnyTagClassName
{
color: #83BD8C;
}
</style>
background-color css
<style>
a { background-color: #83BD8C; }
a { background-color: rgb(131,189,140); }
div.DivClassName
{
background-color: #83BD8C;
}
.BgClassName
{
background-color: #83BD8C;
}
</style>
border-color css
<style>
span { border-color: #83BD8C; }
span { border-color: rgb(131,189,140); }
td.TdClassName
{
border-color: #83BD8C;
}
.TagClassName
{
border-color: #83BD8C;
}
</style>