Shades of Citron #8BA11E
Tints of Citron #8BA11E
RGB
CMYK
RGB Variations
Color information
#8BA11E (or 0x8BA11E) is known color: Citron. HEX triplet: 8B, A1 and 1E. RGB value is (139,161,30). Sum of RGB (Red+Green+Blue) = 139+161+30=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA11E is #745EE1. Grayscale: #8B8B8B. Windows color (decimal): -7626466 or 2007435. OLE color: 2007435.
HSL color Cylindrical-coordinate representation of color #8BA11E: hue angle of 70.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BA11E is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 30 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.37 |
| HSL | 70.08º | 0.69% | 0.37% | - |
| HSV(B) | 70.08º | 0.81% | 0.63% | - |
| XYZ | 23.63 | 31.07 | 5.98 | - |
| YUV | 139.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 30 | 0.14 | 0 | 0.81 | 0.37 | 70.08 | 0.69 | 0.37 |
| Hex | 8B | A1 | 1E | E | 0 | 51 | 25 | 46 | 45 | 25 |
| Octal | 213 | 241 | 36 | 16 | 0 | 121 | 45 | 106 | 105 | 45 |
| Binary | 10001011 | 10100001 | 11110 | 1110 | 0 | 1010001 | 100101 | 1000110 | 1000101 | 100101 |
Color Harmonies of #8BA11E
Complementary color
Monochromatic Colors of #8BA11E
Black with #8BA11E
Text Example
Text Example
White with #8BA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA11E; }
p { color: rgb(139,161,30); }
H1.HeaderClassName
{
color: #8BA11E;
}
.AnyTagClassName
{
color: #8BA11E;
}
</style>
background-color css
<style>
a { background-color: #8BA11E; }
a { background-color: rgb(139,161,30); }
div.DivClassName
{
background-color: #8BA11E;
}
.BgClassName
{
background-color: #8BA11E;
}
</style>
border-color css
<style>
span { border-color: #8BA11E; }
span { border-color: rgb(139,161,30); }
td.TdClassName
{
border-color: #8BA11E;
}
.TagClassName
{
border-color: #8BA11E;
}
</style>