Shades of Citron #8BA106
Tints of Citron #8BA106
RGB
CMYK
RGB Variations
Color information
#8BA106 (or 0x8BA106) is known color: Citron. HEX triplet: 8B, A1 and 06. RGB value is (139,161,6). Sum of RGB (Red+Green+Blue) = 139+161+6=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA106 is #745EF9. Grayscale: #898989. Windows color (decimal): -7626490 or 434571. OLE color: 434571.
HSL color Cylindrical-coordinate representation of color #8BA106: hue angle of 68.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BA106 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 6 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.37 |
| HSL | 68.52º | 0.93% | 0.33% | - |
| HSV(B) | 68.52º | 0.96% | 0.63% | - |
| XYZ | 23.43 | 30.99 | 4.92 | - |
| YUV | 136.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 6 | 0.14 | 0 | 0.96 | 0.37 | 68.52 | 0.93 | 0.33 |
| Hex | 8B | A1 | 6 | E | 0 | 60 | 25 | 45 | 5D | 21 |
| Octal | 213 | 241 | 6 | 16 | 0 | 140 | 45 | 105 | 135 | 41 |
| Binary | 10001011 | 10100001 | 110 | 1110 | 0 | 1100000 | 100101 | 1000101 | 1011101 | 100001 |
Color Harmonies of #8BA106
Complementary color
Monochromatic Colors of #8BA106
Black with #8BA106
Text Example
Text Example
White with #8BA106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA106; }
p { color: rgb(139,161,6); }
H1.HeaderClassName
{
color: #8BA106;
}
.AnyTagClassName
{
color: #8BA106;
}
</style>
background-color css
<style>
a { background-color: #8BA106; }
a { background-color: rgb(139,161,6); }
div.DivClassName
{
background-color: #8BA106;
}
.BgClassName
{
background-color: #8BA106;
}
</style>
border-color css
<style>
span { border-color: #8BA106; }
span { border-color: rgb(139,161,6); }
td.TdClassName
{
border-color: #8BA106;
}
.TagClassName
{
border-color: #8BA106;
}
</style>