Shades of De York #8BC484
Tints of De York #8BC484
RGB
CMYK
RGB Variations
Color information
#8BC484 (or 0x8BC484) is known color: De York. HEX triplet: 8B, C4 and 84. RGB value is (139,196,132). Sum of RGB (Red+Green+Blue) = 139+196+132=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC484 is #743B7B. Grayscale: #ABABAB. Windows color (decimal): -7617404 or 8701067. OLE color: 8701067.
HSL color Cylindrical-coordinate representation of color #8BC484: hue angle of 113.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC484 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 132 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.23 |
| HSL | 113.44º | 0.35% | 0.64% | - |
| HSV(B) | 113.44º | 0.33% | 0.77% | - |
| XYZ | 34.55 | 46.63 | 29.01 | - |
| YUV | 171.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 132 | 0.29 | 0 | 0.33 | 0.23 | 113.44 | 0.35 | 0.64 |
| Hex | 8B | C4 | 84 | 1D | 0 | 21 | 17 | 71 | 23 | 40 |
| Octal | 213 | 304 | 204 | 35 | 0 | 41 | 27 | 161 | 43 | 100 |
| Binary | 10001011 | 11000100 | 10000100 | 11101 | 0 | 100001 | 10111 | 1110001 | 100011 | 1000000 |
Color Harmonies of #8BC484
Complementary color
Monochromatic Colors of #8BC484
Black with #8BC484
Text Example
Text Example
White with #8BC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC484; }
p { color: rgb(139,196,132); }
H1.HeaderClassName
{
color: #8BC484;
}
.AnyTagClassName
{
color: #8BC484;
}
</style>
background-color css
<style>
a { background-color: #8BC484; }
a { background-color: rgb(139,196,132); }
div.DivClassName
{
background-color: #8BC484;
}
.BgClassName
{
background-color: #8BC484;
}
</style>
border-color css
<style>
span { border-color: #8BC484; }
span { border-color: rgb(139,196,132); }
td.TdClassName
{
border-color: #8BC484;
}
.TagClassName
{
border-color: #8BC484;
}
</style>