Shades of Citrus #8CBA08
Tints of Citrus #8CBA08
RGB
CMYK
RGB Variations
Color information
#8CBA08 (or 0x8CBA08) is known color: Citrus. HEX triplet: 8C, BA and 08. RGB value is (140,186,8). Sum of RGB (Red+Green+Blue) = 140+186+8=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA08 is #7345F7. Grayscale: #989898. Windows color (decimal): -7554552 or 572044. OLE color: 572044.
HSL color Cylindrical-coordinate representation of color #8CBA08: hue angle of 75.51º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CBA08 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.27 |
| HSL | 75.51º | 0.92% | 0.38% | - |
| HSV(B) | 75.51º | 0.96% | 0.73% | - |
| XYZ | 28.42 | 40.71 | 6.59 | - |
| YUV | 151.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 8 | 0.25 | 0 | 0.96 | 0.27 | 75.51 | 0.92 | 0.38 |
| Hex | 8C | BA | 8 | 19 | 0 | 60 | 1B | 4C | 5C | 26 |
| Octal | 214 | 272 | 10 | 31 | 0 | 140 | 33 | 114 | 134 | 46 |
| Binary | 10001100 | 10111010 | 1000 | 11001 | 0 | 1100000 | 11011 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8CBA08
Complementary color
Monochromatic Colors of #8CBA08
Black with #8CBA08
Text Example
Text Example
White with #8CBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA08; }
p { color: rgb(140,186,8); }
H1.HeaderClassName
{
color: #8CBA08;
}
.AnyTagClassName
{
color: #8CBA08;
}
</style>
background-color css
<style>
a { background-color: #8CBA08; }
a { background-color: rgb(140,186,8); }
div.DivClassName
{
background-color: #8CBA08;
}
.BgClassName
{
background-color: #8CBA08;
}
</style>
border-color css
<style>
span { border-color: #8CBA08; }
span { border-color: rgb(140,186,8); }
td.TdClassName
{
border-color: #8CBA08;
}
.TagClassName
{
border-color: #8CBA08;
}
</style>