Shades of Citron #8BA127
Tints of Citron #8BA127
RGB
CMYK
RGB Variations
Color information
#8BA127 (or 0x8BA127) is known color: Citron. HEX triplet: 8B, A1 and 27. RGB value is (139,161,39). Sum of RGB (Red+Green+Blue) = 139+161+39=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA127 is #745ED8. Grayscale: #8C8C8C. Windows color (decimal): -7626457 or 2597259. OLE color: 2597259.
HSL color Cylindrical-coordinate representation of color #8BA127: hue angle of 70.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8BA127 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 39 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.37 |
| HSL | 70.82º | 0.61% | 0.39% | - |
| HSV(B) | 70.82º | 0.76% | 0.63% | - |
| XYZ | 23.76 | 31.13 | 6.68 | - |
| YUV | 140.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 39 | 0.14 | 0 | 0.76 | 0.37 | 70.82 | 0.61 | 0.39 |
| Hex | 8B | A1 | 27 | E | 0 | 4C | 25 | 47 | 3D | 27 |
| Octal | 213 | 241 | 47 | 16 | 0 | 114 | 45 | 107 | 75 | 47 |
| Binary | 10001011 | 10100001 | 100111 | 1110 | 0 | 1001100 | 100101 | 1000111 | 111101 | 100111 |
Color Harmonies of #8BA127
Complementary color
Monochromatic Colors of #8BA127
Black with #8BA127
Text Example
Text Example
White with #8BA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA127; }
p { color: rgb(139,161,39); }
H1.HeaderClassName
{
color: #8BA127;
}
.AnyTagClassName
{
color: #8BA127;
}
</style>
background-color css
<style>
a { background-color: #8BA127; }
a { background-color: rgb(139,161,39); }
div.DivClassName
{
background-color: #8BA127;
}
.BgClassName
{
background-color: #8BA127;
}
</style>
border-color css
<style>
span { border-color: #8BA127; }
span { border-color: rgb(139,161,39); }
td.TdClassName
{
border-color: #8BA127;
}
.TagClassName
{
border-color: #8BA127;
}
</style>