Shades of Citron #8BA012
Tints of Citron #8BA012
RGB
CMYK
RGB Variations
Color information
#8BA012 (or 0x8BA012) is known color: Citron. HEX triplet: 8B, A0 and 12. RGB value is (139,160,18). Sum of RGB (Red+Green+Blue) = 139+160+18=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA012 is #745FED. Grayscale: #8A8A8A. Windows color (decimal): -7626734 or 1220747. OLE color: 1220747.
HSL color Cylindrical-coordinate representation of color #8BA012: hue angle of 68.87º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BA012 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 18 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.37 |
| HSL | 68.87º | 0.8% | 0.35% | - |
| HSV(B) | 68.87º | 0.89% | 0.63% | - |
| XYZ | 23.33 | 30.67 | 5.26 | - |
| YUV | 137.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 18 | 0.13 | 0 | 0.89 | 0.37 | 68.87 | 0.8 | 0.35 |
| Hex | 8B | A0 | 12 | D | 0 | 59 | 25 | 45 | 50 | 23 |
| Octal | 213 | 240 | 22 | 15 | 0 | 131 | 45 | 105 | 120 | 43 |
| Binary | 10001011 | 10100000 | 10010 | 1101 | 0 | 1011001 | 100101 | 1000101 | 1010000 | 100011 |
Color Harmonies of #8BA012
Complementary color
Monochromatic Colors of #8BA012
Black with #8BA012
Text Example
Text Example
White with #8BA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA012; }
p { color: rgb(139,160,18); }
H1.HeaderClassName
{
color: #8BA012;
}
.AnyTagClassName
{
color: #8BA012;
}
</style>
background-color css
<style>
a { background-color: #8BA012; }
a { background-color: rgb(139,160,18); }
div.DivClassName
{
background-color: #8BA012;
}
.BgClassName
{
background-color: #8BA012;
}
</style>
border-color css
<style>
span { border-color: #8BA012; }
span { border-color: rgb(139,160,18); }
td.TdClassName
{
border-color: #8BA012;
}
.TagClassName
{
border-color: #8BA012;
}
</style>