Shades of De York #82BE8C
Tints of De York #82BE8C
RGB
CMYK
RGB Variations
Color information
#82BE8C (or 0x82BE8C) is known color: De York. HEX triplet: 82, BE and 8C. RGB value is (130,190,140). Sum of RGB (Red+Green+Blue) = 130+190+140=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE8C is #7D4173. Grayscale: #A6A6A6. Windows color (decimal): -8208756 or 9223810. OLE color: 9223810.
HSL color Cylindrical-coordinate representation of color #82BE8C: hue angle of 130º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 140 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.25 |
| HSL | 130º | 0.32% | 0.63% | - |
| HSV(B) | 130º | 0.32% | 0.75% | - |
| XYZ | 32.35 | 43.47 | 31.5 | - |
| YUV | 166.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 140 | 0.32 | 0 | 0.26 | 0.25 | 130 | 0.32 | 0.63 |
| Hex | 82 | BE | 8C | 20 | 0 | 1A | 19 | 82 | 20 | 3F |
| Octal | 202 | 276 | 214 | 40 | 0 | 32 | 31 | 202 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10001100 | 100000 | 0 | 11010 | 11001 | 10000010 | 100000 | 111111 |
Color Harmonies of #82BE8C
Complementary color
Monochromatic Colors of #82BE8C
Black with #82BE8C
Text Example
Text Example
White with #82BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE8C; }
p { color: rgb(130,190,140); }
H1.HeaderClassName
{
color: #82BE8C;
}
.AnyTagClassName
{
color: #82BE8C;
}
</style>
background-color css
<style>
a { background-color: #82BE8C; }
a { background-color: rgb(130,190,140); }
div.DivClassName
{
background-color: #82BE8C;
}
.BgClassName
{
background-color: #82BE8C;
}
</style>
border-color css
<style>
span { border-color: #82BE8C; }
span { border-color: rgb(130,190,140); }
td.TdClassName
{
border-color: #82BE8C;
}
.TagClassName
{
border-color: #82BE8C;
}
</style>