Shades of Citron #8BA027
Tints of Citron #8BA027
RGB
CMYK
RGB Variations
Color information
#8BA027 (or 0x8BA027) is known color: Citron. HEX triplet: 8B, A0 and 27. RGB value is (139,160,39). Sum of RGB (Red+Green+Blue) = 139+160+39=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA027 is #745FD8. Grayscale: #8C8C8C. Windows color (decimal): -7626713 or 2597003. OLE color: 2597003.
HSL color Cylindrical-coordinate representation of color #8BA027: hue angle of 70.41º 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 #8BA027 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 39 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.37 |
| HSL | 70.41º | 0.61% | 0.39% | - |
| HSV(B) | 70.41º | 0.76% | 0.63% | - |
| XYZ | 23.58 | 30.78 | 6.62 | - |
| YUV | 139.93 | 71.04 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 39 | 0.13 | 0 | 0.76 | 0.37 | 70.41 | 0.61 | 0.39 |
| Hex | 8B | A0 | 27 | D | 0 | 4C | 25 | 46 | 3D | 27 |
| Octal | 213 | 240 | 47 | 15 | 0 | 114 | 45 | 106 | 75 | 47 |
| Binary | 10001011 | 10100000 | 100111 | 1101 | 0 | 1001100 | 100101 | 1000110 | 111101 | 100111 |
Color Harmonies of #8BA027
Complementary color
Monochromatic Colors of #8BA027
Black with #8BA027
Text Example
Text Example
White with #8BA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA027; }
p { color: rgb(139,160,39); }
H1.HeaderClassName
{
color: #8BA027;
}
.AnyTagClassName
{
color: #8BA027;
}
</style>
background-color css
<style>
a { background-color: #8BA027; }
a { background-color: rgb(139,160,39); }
div.DivClassName
{
background-color: #8BA027;
}
.BgClassName
{
background-color: #8BA027;
}
</style>
border-color css
<style>
span { border-color: #8BA027; }
span { border-color: rgb(139,160,39); }
td.TdClassName
{
border-color: #8BA027;
}
.TagClassName
{
border-color: #8BA027;
}
</style>