Shades of Citron #8BA510
Tints of Citron #8BA510
RGB
CMYK
RGB Variations
Color information
#8BA510 (or 0x8BA510) is known color: Citron. HEX triplet: 8B, A5 and 10. RGB value is (139,165,16). Sum of RGB (Red+Green+Blue) = 139+165+16=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA510 is #745AEF. Grayscale: #8C8C8C. Windows color (decimal): -7625456 or 1090955. OLE color: 1090955.
HSL color Cylindrical-coordinate representation of color #8BA510: hue angle of 70.47º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BA510 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 16 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.35 |
| HSL | 70.47º | 0.82% | 0.35% | - |
| HSV(B) | 70.47º | 0.9% | 0.65% | - |
| XYZ | 24.2 | 32.44 | 5.48 | - |
| YUV | 140.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 16 | 0.16 | 0 | 0.90 | 0.35 | 70.47 | 0.82 | 0.35 |
| Hex | 8B | A5 | 10 | 10 | 0 | 5A | 23 | 46 | 52 | 23 |
| Octal | 213 | 245 | 20 | 20 | 0 | 132 | 43 | 106 | 122 | 43 |
| Binary | 10001011 | 10100101 | 10000 | 10000 | 0 | 1011010 | 100011 | 1000110 | 1010010 | 100011 |
Color Harmonies of #8BA510
Complementary color
Monochromatic Colors of #8BA510
Black with #8BA510
Text Example
Text Example
White with #8BA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA510; }
p { color: rgb(139,165,16); }
H1.HeaderClassName
{
color: #8BA510;
}
.AnyTagClassName
{
color: #8BA510;
}
</style>
background-color css
<style>
a { background-color: #8BA510; }
a { background-color: rgb(139,165,16); }
div.DivClassName
{
background-color: #8BA510;
}
.BgClassName
{
background-color: #8BA510;
}
</style>
border-color css
<style>
span { border-color: #8BA510; }
span { border-color: rgb(139,165,16); }
td.TdClassName
{
border-color: #8BA510;
}
.TagClassName
{
border-color: #8BA510;
}
</style>