Shades of De York #82C176
Tints of De York #82C176
RGB
CMYK
RGB Variations
Color information
#82C176 (or 0x82C176) is known color: De York. HEX triplet: 82, C1 and 76. RGB value is (130,193,118). Sum of RGB (Red+Green+Blue) = 130+193+118=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #82C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C176 is #7D3E89. Grayscale: #A5A5A5. Windows color (decimal): -8208010 or 7782786. OLE color: 7782786.
HSL color Cylindrical-coordinate representation of color #82C176: hue angle of 110.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C176 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 118 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.24 |
| HSL | 110.4º | 0.38% | 0.61% | - |
| HSV(B) | 110.4º | 0.39% | 0.76% | - |
| XYZ | 31.55 | 44.19 | 24.01 | - |
| YUV | 165.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 118 | 0.33 | 0 | 0.39 | 0.24 | 110.4 | 0.38 | 0.61 |
| Hex | 82 | C1 | 76 | 21 | 0 | 27 | 18 | 6E | 26 | 3D |
| Octal | 202 | 301 | 166 | 41 | 0 | 47 | 30 | 156 | 46 | 75 |
| Binary | 10000010 | 11000001 | 1110110 | 100001 | 0 | 100111 | 11000 | 1101110 | 100110 | 111101 |
Color Harmonies of #82C176
Complementary color
Monochromatic Colors of #82C176
Black with #82C176
Text Example
Text Example
White with #82C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C176; }
p { color: rgb(130,193,118); }
H1.HeaderClassName
{
color: #82C176;
}
.AnyTagClassName
{
color: #82C176;
}
</style>
background-color css
<style>
a { background-color: #82C176; }
a { background-color: rgb(130,193,118); }
div.DivClassName
{
background-color: #82C176;
}
.BgClassName
{
background-color: #82C176;
}
</style>
border-color css
<style>
span { border-color: #82C176; }
span { border-color: rgb(130,193,118); }
td.TdClassName
{
border-color: #82C176;
}
.TagClassName
{
border-color: #82C176;
}
</style>