Shades of Citron #8BA129
Tints of Citron #8BA129
RGB
CMYK
RGB Variations
Color information
#8BA129 (or 0x8BA129) is known color: Citron. HEX triplet: 8B, A1 and 29. RGB value is (139,161,41). Sum of RGB (Red+Green+Blue) = 139+161+41=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA129 is #745ED6. Grayscale: #8D8D8D. Windows color (decimal): -7626455 or 2728331. OLE color: 2728331.
HSL color Cylindrical-coordinate representation of color #8BA129: hue angle of 71º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BA129 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 41 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.37 |
| HSL | 71º | 0.59% | 0.4% | - |
| HSV(B) | 71º | 0.75% | 0.63% | - |
| XYZ | 23.79 | 31.14 | 6.85 | - |
| YUV | 140.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 41 | 0.14 | 0 | 0.75 | 0.37 | 71 | 0.59 | 0.4 |
| Hex | 8B | A1 | 29 | E | 0 | 4B | 25 | 47 | 3B | 28 |
| Octal | 213 | 241 | 51 | 16 | 0 | 113 | 45 | 107 | 73 | 50 |
| Binary | 10001011 | 10100001 | 101001 | 1110 | 0 | 1001011 | 100101 | 1000111 | 111011 | 101000 |
Color Harmonies of #8BA129
Complementary color
Monochromatic Colors of #8BA129
Black with #8BA129
Text Example
Text Example
White with #8BA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA129; }
p { color: rgb(139,161,41); }
H1.HeaderClassName
{
color: #8BA129;
}
.AnyTagClassName
{
color: #8BA129;
}
</style>
background-color css
<style>
a { background-color: #8BA129; }
a { background-color: rgb(139,161,41); }
div.DivClassName
{
background-color: #8BA129;
}
.BgClassName
{
background-color: #8BA129;
}
</style>
border-color css
<style>
span { border-color: #8BA129; }
span { border-color: rgb(139,161,41); }
td.TdClassName
{
border-color: #8BA129;
}
.TagClassName
{
border-color: #8BA129;
}
</style>