Shades of Citrus #8CBA0D
Tints of Citrus #8CBA0D
RGB
CMYK
RGB Variations
Color information
#8CBA0D (or 0x8CBA0D) is known color: Citrus. HEX triplet: 8C, BA and 0D. RGB value is (140,186,13). Sum of RGB (Red+Green+Blue) = 140+186+13=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA0D is #7345F2. Grayscale: #999999. Windows color (decimal): -7554547 or 899724. OLE color: 899724.
HSL color Cylindrical-coordinate representation of color #8CBA0D: hue angle of 75.95º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CBA0D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.27 |
| HSL | 75.95º | 0.87% | 0.39% | - |
| HSV(B) | 75.95º | 0.93% | 0.73% | - |
| XYZ | 28.45 | 40.72 | 6.74 | - |
| YUV | 152.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 13 | 0.25 | 0 | 0.93 | 0.27 | 75.95 | 0.87 | 0.39 |
| Hex | 8C | BA | D | 19 | 0 | 5D | 1B | 4C | 57 | 27 |
| Octal | 214 | 272 | 15 | 31 | 0 | 135 | 33 | 114 | 127 | 47 |
| Binary | 10001100 | 10111010 | 1101 | 11001 | 0 | 1011101 | 11011 | 1001100 | 1010111 | 100111 |
Color Harmonies of #8CBA0D
Complementary color
Monochromatic Colors of #8CBA0D
Black with #8CBA0D
Text Example
Text Example
White with #8CBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA0D; }
p { color: rgb(140,186,13); }
H1.HeaderClassName
{
color: #8CBA0D;
}
.AnyTagClassName
{
color: #8CBA0D;
}
</style>
background-color css
<style>
a { background-color: #8CBA0D; }
a { background-color: rgb(140,186,13); }
div.DivClassName
{
background-color: #8CBA0D;
}
.BgClassName
{
background-color: #8CBA0D;
}
</style>
border-color css
<style>
span { border-color: #8CBA0D; }
span { border-color: rgb(140,186,13); }
td.TdClassName
{
border-color: #8CBA0D;
}
.TagClassName
{
border-color: #8CBA0D;
}
</style>