Shades of Citron #8BA711
Tints of Citron #8BA711
RGB
CMYK
RGB Variations
Color information
#8BA711 (or 0x8BA711) is known color: Citron. HEX triplet: 8B, A7 and 11. RGB value is (139,167,17). Sum of RGB (Red+Green+Blue) = 139+167+17=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA711 is #7458EE. Grayscale: #8E8E8E. Windows color (decimal): -7624943 or 1157003. OLE color: 1157003.
HSL color Cylindrical-coordinate representation of color #8BA711: hue angle of 71.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BA711 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 17 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.35 |
| HSL | 71.2º | 0.82% | 0.36% | - |
| HSV(B) | 71.2º | 0.9% | 0.65% | - |
| XYZ | 24.57 | 33.17 | 5.64 | - |
| YUV | 141.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 17 | 0.17 | 0 | 0.90 | 0.35 | 71.2 | 0.82 | 0.36 |
| Hex | 8B | A7 | 11 | 11 | 0 | 5A | 23 | 47 | 52 | 24 |
| Octal | 213 | 247 | 21 | 21 | 0 | 132 | 43 | 107 | 122 | 44 |
| Binary | 10001011 | 10100111 | 10001 | 10001 | 0 | 1011010 | 100011 | 1000111 | 1010010 | 100100 |
Color Harmonies of #8BA711
Complementary color
Monochromatic Colors of #8BA711
Black with #8BA711
Text Example
Text Example
White with #8BA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA711; }
p { color: rgb(139,167,17); }
H1.HeaderClassName
{
color: #8BA711;
}
.AnyTagClassName
{
color: #8BA711;
}
</style>
background-color css
<style>
a { background-color: #8BA711; }
a { background-color: rgb(139,167,17); }
div.DivClassName
{
background-color: #8BA711;
}
.BgClassName
{
background-color: #8BA711;
}
</style>
border-color css
<style>
span { border-color: #8BA711; }
span { border-color: rgb(139,167,17); }
td.TdClassName
{
border-color: #8BA711;
}
.TagClassName
{
border-color: #8BA711;
}
</style>