Shades of Citrus #8CBA13
Tints of Citrus #8CBA13
RGB
CMYK
RGB Variations
Color information
#8CBA13 (or 0x8CBA13) is known color: Citrus. HEX triplet: 8C, BA and 13. RGB value is (140,186,19). Sum of RGB (Red+Green+Blue) = 140+186+19=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA13 is #7345EC. Grayscale: #999999. Windows color (decimal): -7554541 or 1292940. OLE color: 1292940.
HSL color Cylindrical-coordinate representation of color #8CBA13: hue angle of 76.53º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CBA13 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 19 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.27 |
| HSL | 76.53º | 0.81% | 0.4% | - |
| HSV(B) | 76.53º | 0.9% | 0.73% | - |
| XYZ | 28.49 | 40.74 | 6.98 | - |
| YUV | 153.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 19 | 0.25 | 0 | 0.90 | 0.27 | 76.53 | 0.81 | 0.4 |
| Hex | 8C | BA | 13 | 19 | 0 | 5A | 1B | 4D | 51 | 28 |
| Octal | 214 | 272 | 23 | 31 | 0 | 132 | 33 | 115 | 121 | 50 |
| Binary | 10001100 | 10111010 | 10011 | 11001 | 0 | 1011010 | 11011 | 1001101 | 1010001 | 101000 |
Color Harmonies of #8CBA13
Complementary color
Monochromatic Colors of #8CBA13
Black with #8CBA13
Text Example
Text Example
White with #8CBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA13; }
p { color: rgb(140,186,19); }
H1.HeaderClassName
{
color: #8CBA13;
}
.AnyTagClassName
{
color: #8CBA13;
}
</style>
background-color css
<style>
a { background-color: #8CBA13; }
a { background-color: rgb(140,186,19); }
div.DivClassName
{
background-color: #8CBA13;
}
.BgClassName
{
background-color: #8CBA13;
}
</style>
border-color css
<style>
span { border-color: #8CBA13; }
span { border-color: rgb(140,186,19); }
td.TdClassName
{
border-color: #8CBA13;
}
.TagClassName
{
border-color: #8CBA13;
}
</style>