Shades of Citron #8BA11A
Tints of Citron #8BA11A
RGB
CMYK
RGB Variations
Color information
#8BA11A (or 0x8BA11A) is known color: Citron. HEX triplet: 8B, A1 and 1A. RGB value is (139,161,26). Sum of RGB (Red+Green+Blue) = 139+161+26=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA11A is #745EE5. Grayscale: #8B8B8B. Windows color (decimal): -7626470 or 1745291. OLE color: 1745291.
HSL color Cylindrical-coordinate representation of color #8BA11A: hue angle of 69.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BA11A is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 26 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.37 |
| HSL | 69.78º | 0.72% | 0.37% | - |
| HSV(B) | 69.78º | 0.84% | 0.63% | - |
| XYZ | 23.58 | 31.05 | 5.73 | - |
| YUV | 139.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 26 | 0.14 | 0 | 0.84 | 0.37 | 69.78 | 0.72 | 0.37 |
| Hex | 8B | A1 | 1A | E | 0 | 54 | 25 | 46 | 48 | 25 |
| Octal | 213 | 241 | 32 | 16 | 0 | 124 | 45 | 106 | 110 | 45 |
| Binary | 10001011 | 10100001 | 11010 | 1110 | 0 | 1010100 | 100101 | 1000110 | 1001000 | 100101 |
Color Harmonies of #8BA11A
Complementary color
Monochromatic Colors of #8BA11A
Black with #8BA11A
Text Example
Text Example
White with #8BA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA11A; }
p { color: rgb(139,161,26); }
H1.HeaderClassName
{
color: #8BA11A;
}
.AnyTagClassName
{
color: #8BA11A;
}
</style>
background-color css
<style>
a { background-color: #8BA11A; }
a { background-color: rgb(139,161,26); }
div.DivClassName
{
background-color: #8BA11A;
}
.BgClassName
{
background-color: #8BA11A;
}
</style>
border-color css
<style>
span { border-color: #8BA11A; }
span { border-color: rgb(139,161,26); }
td.TdClassName
{
border-color: #8BA11A;
}
.TagClassName
{
border-color: #8BA11A;
}
</style>