Shades of Citrus #8CBA11
Tints of Citrus #8CBA11
RGB
CMYK
RGB Variations
Color information
#8CBA11 (or 0x8CBA11) is known color: Citrus. HEX triplet: 8C, BA and 11. RGB value is (140,186,17). Sum of RGB (Red+Green+Blue) = 140+186+17=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA11 is #7345EE. Grayscale: #999999. Windows color (decimal): -7554543 or 1161868. OLE color: 1161868.
HSL color Cylindrical-coordinate representation of color #8CBA11: hue angle of 76.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CBA11 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.27 |
| HSL | 76.33º | 0.83% | 0.4% | - |
| HSV(B) | 76.33º | 0.91% | 0.73% | - |
| XYZ | 28.48 | 40.73 | 6.89 | - |
| YUV | 152.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 17 | 0.25 | 0 | 0.91 | 0.27 | 76.33 | 0.83 | 0.4 |
| Hex | 8C | BA | 11 | 19 | 0 | 5B | 1B | 4C | 53 | 28 |
| Octal | 214 | 272 | 21 | 31 | 0 | 133 | 33 | 114 | 123 | 50 |
| Binary | 10001100 | 10111010 | 10001 | 11001 | 0 | 1011011 | 11011 | 1001100 | 1010011 | 101000 |
Color Harmonies of #8CBA11
Complementary color
Monochromatic Colors of #8CBA11
Black with #8CBA11
Text Example
Text Example
White with #8CBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA11; }
p { color: rgb(140,186,17); }
H1.HeaderClassName
{
color: #8CBA11;
}
.AnyTagClassName
{
color: #8CBA11;
}
</style>
background-color css
<style>
a { background-color: #8CBA11; }
a { background-color: rgb(140,186,17); }
div.DivClassName
{
background-color: #8CBA11;
}
.BgClassName
{
background-color: #8CBA11;
}
</style>
border-color css
<style>
span { border-color: #8CBA11; }
span { border-color: rgb(140,186,17); }
td.TdClassName
{
border-color: #8CBA11;
}
.TagClassName
{
border-color: #8CBA11;
}
</style>