Shades of Citron #8BA124
Tints of Citron #8BA124
RGB
CMYK
RGB Variations
Color information
#8BA124 (or 0x8BA124) is known color: Citron. HEX triplet: 8B, A1 and 24. RGB value is (139,161,36). Sum of RGB (Red+Green+Blue) = 139+161+36=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA124 is #745EDB. Grayscale: #8C8C8C. Windows color (decimal): -7626460 or 2400651. OLE color: 2400651.
HSL color Cylindrical-coordinate representation of color #8BA124: hue angle of 70.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BA124 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 36 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.37 |
| HSL | 70.56º | 0.63% | 0.39% | - |
| HSV(B) | 70.56º | 0.78% | 0.63% | - |
| XYZ | 23.71 | 31.11 | 6.42 | - |
| YUV | 140.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 36 | 0.14 | 0 | 0.78 | 0.37 | 70.56 | 0.63 | 0.39 |
| Hex | 8B | A1 | 24 | E | 0 | 4E | 25 | 47 | 3F | 27 |
| Octal | 213 | 241 | 44 | 16 | 0 | 116 | 45 | 107 | 77 | 47 |
| Binary | 10001011 | 10100001 | 100100 | 1110 | 0 | 1001110 | 100101 | 1000111 | 111111 | 100111 |
Color Harmonies of #8BA124
Complementary color
Monochromatic Colors of #8BA124
Black with #8BA124
Text Example
Text Example
White with #8BA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA124; }
p { color: rgb(139,161,36); }
H1.HeaderClassName
{
color: #8BA124;
}
.AnyTagClassName
{
color: #8BA124;
}
</style>
background-color css
<style>
a { background-color: #8BA124; }
a { background-color: rgb(139,161,36); }
div.DivClassName
{
background-color: #8BA124;
}
.BgClassName
{
background-color: #8BA124;
}
</style>
border-color css
<style>
span { border-color: #8BA124; }
span { border-color: rgb(139,161,36); }
td.TdClassName
{
border-color: #8BA124;
}
.TagClassName
{
border-color: #8BA124;
}
</style>