Shades of De York #83BA83
Tints of De York #83BA83
RGB
CMYK
RGB Variations
Color information
#83BA83 (or 0x83BA83) is known color: De York. HEX triplet: 83, BA and 83. RGB value is (131,186,131). Sum of RGB (Red+Green+Blue) = 131+186+131=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA83 is #7C457C. Grayscale: #A3A3A3. Windows color (decimal): -8144253 or 8632963. OLE color: 8632963.
HSL color Cylindrical-coordinate representation of color #83BA83: hue angle of 120º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BA83 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 131 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.27 |
| HSL | 120º | 0.28% | 0.62% | - |
| HSV(B) | 120º | 0.3% | 0.73% | - |
| XYZ | 31.02 | 41.58 | 27.86 | - |
| YUV | 163.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 131 | 0.30 | 0 | 0.30 | 0.27 | 120 | 0.28 | 0.62 |
| Hex | 83 | BA | 83 | 1E | 0 | 1E | 1B | 78 | 1C | 3E |
| Octal | 203 | 272 | 203 | 36 | 0 | 36 | 33 | 170 | 34 | 76 |
| Binary | 10000011 | 10111010 | 10000011 | 11110 | 0 | 11110 | 11011 | 1111000 | 11100 | 111110 |
Color Harmonies of #83BA83
Complementary color
Monochromatic Colors of #83BA83
Black with #83BA83
Text Example
Text Example
White with #83BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA83; }
p { color: rgb(131,186,131); }
H1.HeaderClassName
{
color: #83BA83;
}
.AnyTagClassName
{
color: #83BA83;
}
</style>
background-color css
<style>
a { background-color: #83BA83; }
a { background-color: rgb(131,186,131); }
div.DivClassName
{
background-color: #83BA83;
}
.BgClassName
{
background-color: #83BA83;
}
</style>
border-color css
<style>
span { border-color: #83BA83; }
span { border-color: rgb(131,186,131); }
td.TdClassName
{
border-color: #83BA83;
}
.TagClassName
{
border-color: #83BA83;
}
</style>