Shades of Citron #8BA122
Tints of Citron #8BA122
RGB
CMYK
RGB Variations
Color information
#8BA122 (or 0x8BA122) is known color: Citron. HEX triplet: 8B, A1 and 22. RGB value is (139,161,34). Sum of RGB (Red+Green+Blue) = 139+161+34=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA122 is #745EDD. Grayscale: #8C8C8C. Windows color (decimal): -7626462 or 2269579. OLE color: 2269579.
HSL color Cylindrical-coordinate representation of color #8BA122: hue angle of 70.39º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BA122 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 34 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.37 |
| HSL | 70.39º | 0.65% | 0.38% | - |
| HSV(B) | 70.39º | 0.79% | 0.63% | - |
| XYZ | 23.68 | 31.09 | 6.27 | - |
| YUV | 139.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 34 | 0.14 | 0 | 0.79 | 0.37 | 70.39 | 0.65 | 0.38 |
| Hex | 8B | A1 | 22 | E | 0 | 4F | 25 | 46 | 41 | 26 |
| Octal | 213 | 241 | 42 | 16 | 0 | 117 | 45 | 106 | 101 | 46 |
| Binary | 10001011 | 10100001 | 100010 | 1110 | 0 | 1001111 | 100101 | 1000110 | 1000001 | 100110 |
Color Harmonies of #8BA122
Complementary color
Monochromatic Colors of #8BA122
Black with #8BA122
Text Example
Text Example
White with #8BA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA122; }
p { color: rgb(139,161,34); }
H1.HeaderClassName
{
color: #8BA122;
}
.AnyTagClassName
{
color: #8BA122;
}
</style>
background-color css
<style>
a { background-color: #8BA122; }
a { background-color: rgb(139,161,34); }
div.DivClassName
{
background-color: #8BA122;
}
.BgClassName
{
background-color: #8BA122;
}
</style>
border-color css
<style>
span { border-color: #8BA122; }
span { border-color: rgb(139,161,34); }
td.TdClassName
{
border-color: #8BA122;
}
.TagClassName
{
border-color: #8BA122;
}
</style>