Shades of Citron #8BA410
Tints of Citron #8BA410
RGB
CMYK
RGB Variations
Color information
#8BA410 (or 0x8BA410) is known color: Citron. HEX triplet: 8B, A4 and 10. RGB value is (139,164,16). Sum of RGB (Red+Green+Blue) = 139+164+16=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA410 is #745BEF. Grayscale: #8C8C8C. Windows color (decimal): -7625712 or 1090699. OLE color: 1090699.
HSL color Cylindrical-coordinate representation of color #8BA410: hue angle of 70.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BA410 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 16 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.36 |
| HSL | 70.14º | 0.82% | 0.35% | - |
| HSV(B) | 70.14º | 0.9% | 0.64% | - |
| XYZ | 24.02 | 32.08 | 5.42 | - |
| YUV | 139.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 16 | 0.15 | 0 | 0.90 | 0.36 | 70.14 | 0.82 | 0.35 |
| Hex | 8B | A4 | 10 | F | 0 | 5A | 24 | 46 | 52 | 23 |
| Octal | 213 | 244 | 20 | 17 | 0 | 132 | 44 | 106 | 122 | 43 |
| Binary | 10001011 | 10100100 | 10000 | 1111 | 0 | 1011010 | 100100 | 1000110 | 1010010 | 100011 |
Color Harmonies of #8BA410
Complementary color
Monochromatic Colors of #8BA410
Black with #8BA410
Text Example
Text Example
White with #8BA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA410; }
p { color: rgb(139,164,16); }
H1.HeaderClassName
{
color: #8BA410;
}
.AnyTagClassName
{
color: #8BA410;
}
</style>
background-color css
<style>
a { background-color: #8BA410; }
a { background-color: rgb(139,164,16); }
div.DivClassName
{
background-color: #8BA410;
}
.BgClassName
{
background-color: #8BA410;
}
</style>
border-color css
<style>
span { border-color: #8BA410; }
span { border-color: rgb(139,164,16); }
td.TdClassName
{
border-color: #8BA410;
}
.TagClassName
{
border-color: #8BA410;
}
</style>