Shades of Citron #8BA613
Tints of Citron #8BA613
RGB
CMYK
RGB Variations
Color information
#8BA613 (or 0x8BA613) is known color: Citron. HEX triplet: 8B, A6 and 13. RGB value is (139,166,19). Sum of RGB (Red+Green+Blue) = 139+166+19=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA613 is #7459EC. Grayscale: #8D8D8D. Windows color (decimal): -7625197 or 1287819. OLE color: 1287819.
HSL color Cylindrical-coordinate representation of color #8BA613: hue angle of 71.02º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BA613 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 19 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.35 |
| HSL | 71.02º | 0.79% | 0.36% | - |
| HSV(B) | 71.02º | 0.89% | 0.65% | - |
| XYZ | 24.4 | 32.81 | 5.66 | - |
| YUV | 141.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 19 | 0.16 | 0 | 0.89 | 0.35 | 71.02 | 0.79 | 0.36 |
| Hex | 8B | A6 | 13 | 10 | 0 | 59 | 23 | 47 | 4F | 24 |
| Octal | 213 | 246 | 23 | 20 | 0 | 131 | 43 | 107 | 117 | 44 |
| Binary | 10001011 | 10100110 | 10011 | 10000 | 0 | 1011001 | 100011 | 1000111 | 1001111 | 100100 |
Color Harmonies of #8BA613
Complementary color
Monochromatic Colors of #8BA613
Black with #8BA613
Text Example
Text Example
White with #8BA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA613; }
p { color: rgb(139,166,19); }
H1.HeaderClassName
{
color: #8BA613;
}
.AnyTagClassName
{
color: #8BA613;
}
</style>
background-color css
<style>
a { background-color: #8BA613; }
a { background-color: rgb(139,166,19); }
div.DivClassName
{
background-color: #8BA613;
}
.BgClassName
{
background-color: #8BA613;
}
</style>
border-color css
<style>
span { border-color: #8BA613; }
span { border-color: rgb(139,166,19); }
td.TdClassName
{
border-color: #8BA613;
}
.TagClassName
{
border-color: #8BA613;
}
</style>