Shades of De York #8BC682
Tints of De York #8BC682
RGB
CMYK
RGB Variations
Color information
#8BC682 (or 0x8BC682) is known color: De York. HEX triplet: 8B, C6 and 82. RGB value is (139,198,130). Sum of RGB (Red+Green+Blue) = 139+198+130=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC682 is #74397D. Grayscale: #ACACAC. Windows color (decimal): -7616894 or 8570507. OLE color: 8570507.
HSL color Cylindrical-coordinate representation of color #8BC682: hue angle of 112.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BC682 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 130 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.22 |
| HSL | 112.06º | 0.37% | 0.64% | - |
| HSV(B) | 112.06º | 0.34% | 0.78% | - |
| XYZ | 34.87 | 47.49 | 28.45 | - |
| YUV | 172.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 130 | 0.30 | 0 | 0.34 | 0.22 | 112.06 | 0.37 | 0.64 |
| Hex | 8B | C6 | 82 | 1E | 0 | 22 | 16 | 70 | 25 | 40 |
| Octal | 213 | 306 | 202 | 36 | 0 | 42 | 26 | 160 | 45 | 100 |
| Binary | 10001011 | 11000110 | 10000010 | 11110 | 0 | 100010 | 10110 | 1110000 | 100101 | 1000000 |
Color Harmonies of #8BC682
Complementary color
Monochromatic Colors of #8BC682
Black with #8BC682
Text Example
Text Example
White with #8BC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC682; }
p { color: rgb(139,198,130); }
H1.HeaderClassName
{
color: #8BC682;
}
.AnyTagClassName
{
color: #8BC682;
}
</style>
background-color css
<style>
a { background-color: #8BC682; }
a { background-color: rgb(139,198,130); }
div.DivClassName
{
background-color: #8BC682;
}
.BgClassName
{
background-color: #8BC682;
}
</style>
border-color css
<style>
span { border-color: #8BC682; }
span { border-color: rgb(139,198,130); }
td.TdClassName
{
border-color: #8BC682;
}
.TagClassName
{
border-color: #8BC682;
}
</style>