Shades of Citron #8BA00C
Tints of Citron #8BA00C
RGB
CMYK
RGB Variations
Color information
#8BA00C (or 0x8BA00C) is known color: Citron. HEX triplet: 8B, A0 and 0C. RGB value is (139,160,12). Sum of RGB (Red+Green+Blue) = 139+160+12=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA00C is #745FF3. Grayscale: #898989. Windows color (decimal): -7626740 or 827531. OLE color: 827531.
HSL color Cylindrical-coordinate representation of color #8BA00C: hue angle of 68.51º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BA00C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 12 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.37 |
| HSL | 68.51º | 0.86% | 0.34% | - |
| HSV(B) | 68.51º | 0.93% | 0.63% | - |
| XYZ | 23.28 | 30.66 | 5.04 | - |
| YUV | 136.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 12 | 0.13 | 0 | 0.93 | 0.37 | 68.51 | 0.86 | 0.34 |
| Hex | 8B | A0 | C | D | 0 | 5D | 25 | 45 | 56 | 22 |
| Octal | 213 | 240 | 14 | 15 | 0 | 135 | 45 | 105 | 126 | 42 |
| Binary | 10001011 | 10100000 | 1100 | 1101 | 0 | 1011101 | 100101 | 1000101 | 1010110 | 100010 |
Color Harmonies of #8BA00C
Complementary color
Monochromatic Colors of #8BA00C
Black with #8BA00C
Text Example
Text Example
White with #8BA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA00C; }
p { color: rgb(139,160,12); }
H1.HeaderClassName
{
color: #8BA00C;
}
.AnyTagClassName
{
color: #8BA00C;
}
</style>
background-color css
<style>
a { background-color: #8BA00C; }
a { background-color: rgb(139,160,12); }
div.DivClassName
{
background-color: #8BA00C;
}
.BgClassName
{
background-color: #8BA00C;
}
</style>
border-color css
<style>
span { border-color: #8BA00C; }
span { border-color: rgb(139,160,12); }
td.TdClassName
{
border-color: #8BA00C;
}
.TagClassName
{
border-color: #8BA00C;
}
</style>