Shades of Citrus #8CBA03
Tints of Citrus #8CBA03
RGB
CMYK
RGB Variations
Color information
#8CBA03 (or 0x8CBA03) is known color: Citrus. HEX triplet: 8C, BA and 03. RGB value is (140,186,3). Sum of RGB (Red+Green+Blue) = 140+186+3=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA03 is #7345FC. Grayscale: #989898. Windows color (decimal): -7554557 or 244364. OLE color: 244364.
HSL color Cylindrical-coordinate representation of color #8CBA03: hue angle of 75.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CBA03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.27 |
| HSL | 75.08º | 0.97% | 0.37% | - |
| HSV(B) | 75.08º | 0.98% | 0.73% | - |
| XYZ | 28.39 | 40.7 | 6.45 | - |
| YUV | 151.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 3 | 0.25 | 0 | 0.98 | 0.27 | 75.08 | 0.97 | 0.37 |
| Hex | 8C | BA | 3 | 19 | 0 | 62 | 1B | 4B | 61 | 25 |
| Octal | 214 | 272 | 3 | 31 | 0 | 142 | 33 | 113 | 141 | 45 |
| Binary | 10001100 | 10111010 | 11 | 11001 | 0 | 1100010 | 11011 | 1001011 | 1100001 | 100101 |
Color Harmonies of #8CBA03
Complementary color
Monochromatic Colors of #8CBA03
Black with #8CBA03
Text Example
Text Example
White with #8CBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA03; }
p { color: rgb(140,186,3); }
H1.HeaderClassName
{
color: #8CBA03;
}
.AnyTagClassName
{
color: #8CBA03;
}
</style>
background-color css
<style>
a { background-color: #8CBA03; }
a { background-color: rgb(140,186,3); }
div.DivClassName
{
background-color: #8CBA03;
}
.BgClassName
{
background-color: #8CBA03;
}
</style>
border-color css
<style>
span { border-color: #8CBA03; }
span { border-color: rgb(140,186,3); }
td.TdClassName
{
border-color: #8CBA03;
}
.TagClassName
{
border-color: #8CBA03;
}
</style>