Shades of De York #8ACB82
Tints of De York #8ACB82
RGB
CMYK
RGB Variations
Color information
#8ACB82 (or 0x8ACB82) is known color: De York. HEX triplet: 8A, CB and 82. RGB value is (138,203,130). Sum of RGB (Red+Green+Blue) = 138+203+130=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACB82 is #75347D. Grayscale: #AFAFAF. Windows color (decimal): -7681150 or 8571786. OLE color: 8571786.
HSL color Cylindrical-coordinate representation of color #8ACB82: hue angle of 113.42º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ACB82 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 130 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.20 |
| HSL | 113.42º | 0.41% | 0.65% | - |
| HSV(B) | 113.42º | 0.36% | 0.8% | - |
| XYZ | 35.87 | 49.73 | 28.83 | - |
| YUV | 175.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 130 | 0.32 | 0 | 0.36 | 0.20 | 113.42 | 0.41 | 0.65 |
| Hex | 8A | CB | 82 | 20 | 0 | 24 | 14 | 71 | 29 | 41 |
| Octal | 212 | 313 | 202 | 40 | 0 | 44 | 24 | 161 | 51 | 101 |
| Binary | 10001010 | 11001011 | 10000010 | 100000 | 0 | 100100 | 10100 | 1110001 | 101001 | 1000001 |
Color Harmonies of #8ACB82
Complementary color
Monochromatic Colors of #8ACB82
Black with #8ACB82
Text Example
Text Example
White with #8ACB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB82; }
p { color: rgb(138,203,130); }
H1.HeaderClassName
{
color: #8ACB82;
}
.AnyTagClassName
{
color: #8ACB82;
}
</style>
background-color css
<style>
a { background-color: #8ACB82; }
a { background-color: rgb(138,203,130); }
div.DivClassName
{
background-color: #8ACB82;
}
.BgClassName
{
background-color: #8ACB82;
}
</style>
border-color css
<style>
span { border-color: #8ACB82; }
span { border-color: rgb(138,203,130); }
td.TdClassName
{
border-color: #8ACB82;
}
.TagClassName
{
border-color: #8ACB82;
}
</style>