Shades of De York #82BA7B
Tints of De York #82BA7B
RGB
CMYK
RGB Variations
Color information
#82BA7B (or 0x82BA7B) is known color: De York. HEX triplet: 82, BA and 7B. RGB value is (130,186,123). Sum of RGB (Red+Green+Blue) = 130+186+123=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA7B is #7D4584. Grayscale: #A2A2A2. Windows color (decimal): -8209797 or 8108674. OLE color: 8108674.
HSL color Cylindrical-coordinate representation of color #82BA7B: hue angle of 113.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BA7B is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 123 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.27 |
| HSL | 113.33º | 0.31% | 0.61% | - |
| HSV(B) | 113.33º | 0.34% | 0.73% | - |
| XYZ | 30.34 | 41.29 | 25.11 | - |
| YUV | 162.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 123 | 0.30 | 0 | 0.34 | 0.27 | 113.33 | 0.31 | 0.61 |
| Hex | 82 | BA | 7B | 1E | 0 | 22 | 1B | 71 | 1F | 3D |
| Octal | 202 | 272 | 173 | 36 | 0 | 42 | 33 | 161 | 37 | 75 |
| Binary | 10000010 | 10111010 | 1111011 | 11110 | 0 | 100010 | 11011 | 1110001 | 11111 | 111101 |
Color Harmonies of #82BA7B
Complementary color
Monochromatic Colors of #82BA7B
Black with #82BA7B
Text Example
Text Example
White with #82BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA7B; }
p { color: rgb(130,186,123); }
H1.HeaderClassName
{
color: #82BA7B;
}
.AnyTagClassName
{
color: #82BA7B;
}
</style>
background-color css
<style>
a { background-color: #82BA7B; }
a { background-color: rgb(130,186,123); }
div.DivClassName
{
background-color: #82BA7B;
}
.BgClassName
{
background-color: #82BA7B;
}
</style>
border-color css
<style>
span { border-color: #82BA7B; }
span { border-color: rgb(130,186,123); }
td.TdClassName
{
border-color: #82BA7B;
}
.TagClassName
{
border-color: #82BA7B;
}
</style>