Shades of Citron #8BA125
Tints of Citron #8BA125
RGB
CMYK
RGB Variations
Color information
#8BA125 (or 0x8BA125) is known color: Citron. HEX triplet: 8B, A1 and 25. RGB value is (139,161,37). Sum of RGB (Red+Green+Blue) = 139+161+37=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA125 is #745EDA. Grayscale: #8C8C8C. Windows color (decimal): -7626459 or 2466187. OLE color: 2466187.
HSL color Cylindrical-coordinate representation of color #8BA125: hue angle of 70.65º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BA125 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 37 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.37 |
| HSL | 70.65º | 0.63% | 0.39% | - |
| HSV(B) | 70.65º | 0.77% | 0.63% | - |
| XYZ | 23.73 | 31.11 | 6.51 | - |
| YUV | 140.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 37 | 0.14 | 0 | 0.77 | 0.37 | 70.65 | 0.63 | 0.39 |
| Hex | 8B | A1 | 25 | E | 0 | 4D | 25 | 47 | 3F | 27 |
| Octal | 213 | 241 | 45 | 16 | 0 | 115 | 45 | 107 | 77 | 47 |
| Binary | 10001011 | 10100001 | 100101 | 1110 | 0 | 1001101 | 100101 | 1000111 | 111111 | 100111 |
Color Harmonies of #8BA125
Complementary color
Monochromatic Colors of #8BA125
Black with #8BA125
Text Example
Text Example
White with #8BA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA125; }
p { color: rgb(139,161,37); }
H1.HeaderClassName
{
color: #8BA125;
}
.AnyTagClassName
{
color: #8BA125;
}
</style>
background-color css
<style>
a { background-color: #8BA125; }
a { background-color: rgb(139,161,37); }
div.DivClassName
{
background-color: #8BA125;
}
.BgClassName
{
background-color: #8BA125;
}
</style>
border-color css
<style>
span { border-color: #8BA125; }
span { border-color: rgb(139,161,37); }
td.TdClassName
{
border-color: #8BA125;
}
.TagClassName
{
border-color: #8BA125;
}
</style>