Shades of Citron #8BA310
Tints of Citron #8BA310
RGB
CMYK
RGB Variations
Color information
#8BA310 (or 0x8BA310) is known color: Citron. HEX triplet: 8B, A3 and 10. RGB value is (139,163,16). Sum of RGB (Red+Green+Blue) = 139+163+16=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA310 is #745CEF. Grayscale: #8B8B8B. Windows color (decimal): -7625968 or 1090443. OLE color: 1090443.
HSL color Cylindrical-coordinate representation of color #8BA310: hue angle of 69.8º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BA310 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 16 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.36 |
| HSL | 69.8º | 0.82% | 0.35% | - |
| HSV(B) | 69.8º | 0.9% | 0.64% | - |
| XYZ | 23.84 | 31.72 | 5.36 | - |
| YUV | 139.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 16 | 0.15 | 0 | 0.90 | 0.36 | 69.8 | 0.82 | 0.35 |
| Hex | 8B | A3 | 10 | F | 0 | 5A | 24 | 46 | 52 | 23 |
| Octal | 213 | 243 | 20 | 17 | 0 | 132 | 44 | 106 | 122 | 43 |
| Binary | 10001011 | 10100011 | 10000 | 1111 | 0 | 1011010 | 100100 | 1000110 | 1010010 | 100011 |
Color Harmonies of #8BA310
Complementary color
Monochromatic Colors of #8BA310
Black with #8BA310
Text Example
Text Example
White with #8BA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA310; }
p { color: rgb(139,163,16); }
H1.HeaderClassName
{
color: #8BA310;
}
.AnyTagClassName
{
color: #8BA310;
}
</style>
background-color css
<style>
a { background-color: #8BA310; }
a { background-color: rgb(139,163,16); }
div.DivClassName
{
background-color: #8BA310;
}
.BgClassName
{
background-color: #8BA310;
}
</style>
border-color css
<style>
span { border-color: #8BA310; }
span { border-color: rgb(139,163,16); }
td.TdClassName
{
border-color: #8BA310;
}
.TagClassName
{
border-color: #8BA310;
}
</style>