Shades of Limerick #8BAD10
Tints of Limerick #8BAD10
RGB
CMYK
RGB Variations
Color information
#8BAD10 (or 0x8BAD10) is known color: Limerick. HEX triplet: 8B, AD and 10. RGB value is (139,173,16). Sum of RGB (Red+Green+Blue) = 139+173+16=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAD10 is #7452EF. Grayscale: #919191. Windows color (decimal): -7623408 or 1093003. OLE color: 1093003.
HSL color Cylindrical-coordinate representation of color #8BAD10: hue angle of 72.99º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BAD10 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 16 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.32 |
| HSL | 72.99º | 0.83% | 0.37% | - |
| HSV(B) | 72.99º | 0.91% | 0.68% | - |
| XYZ | 25.68 | 35.41 | 5.97 | - |
| YUV | 144.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 16 | 0.20 | 0 | 0.91 | 0.32 | 72.99 | 0.83 | 0.37 |
| Hex | 8B | AD | 10 | 14 | 0 | 5B | 20 | 49 | 53 | 25 |
| Octal | 213 | 255 | 20 | 24 | 0 | 133 | 40 | 111 | 123 | 45 |
| Binary | 10001011 | 10101101 | 10000 | 10100 | 0 | 1011011 | 100000 | 1001001 | 1010011 | 100101 |
Color Harmonies of #8BAD10
Complementary color
Monochromatic Colors of #8BAD10
Black with #8BAD10
Text Example
Text Example
White with #8BAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD10; }
p { color: rgb(139,173,16); }
H1.HeaderClassName
{
color: #8BAD10;
}
.AnyTagClassName
{
color: #8BAD10;
}
</style>
background-color css
<style>
a { background-color: #8BAD10; }
a { background-color: rgb(139,173,16); }
div.DivClassName
{
background-color: #8BAD10;
}
.BgClassName
{
background-color: #8BAD10;
}
</style>
border-color css
<style>
span { border-color: #8BAD10; }
span { border-color: rgb(139,173,16); }
td.TdClassName
{
border-color: #8BAD10;
}
.TagClassName
{
border-color: #8BAD10;
}
</style>