Shades of Citrus #8CB000
Tints of Citrus #8CB000
RGB
CMYK
RGB Variations
Color information
#8CB000 (or 0x8CB000) is known color: Citrus. HEX triplet: 8C, B0 and 00. RGB value is (140,176,0). Sum of RGB (Red+Green+Blue) = 140+176+0=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB000 is #734FFF. Grayscale: #919191. Windows color (decimal): -7557120 or 45196. OLE color: 45196.
HSL color Cylindrical-coordinate representation of color #8CB000: hue angle of 72.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.31 |
| HSL | 72.27º | 1% | 0.35% | - |
| HSV(B) | 72.27º | 1% | 0.69% | - |
| XYZ | 26.34 | 36.63 | 5.68 | - |
| YUV | 145.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 0 | 0.20 | 0 | 1 | 0.31 | 72.27 | 1 | 0.35 |
| Hex | 8C | B0 | 0 | 14 | 0 | 64 | 1F | 48 | 64 | 23 |
| Octal | 214 | 260 | 0 | 24 | 0 | 144 | 37 | 110 | 144 | 43 |
| Binary | 10001100 | 10110000 | 0 | 10100 | 0 | 1100100 | 11111 | 1001000 | 1100100 | 100011 |
Color Harmonies of #8CB000
Complementary color
Monochromatic Colors of #8CB000
Black with #8CB000
Text Example
Text Example
White with #8CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB000; }
p { color: rgb(140,176,0); }
H1.HeaderClassName
{
color: #8CB000;
}
.AnyTagClassName
{
color: #8CB000;
}
</style>
background-color css
<style>
a { background-color: #8CB000; }
a { background-color: rgb(140,176,0); }
div.DivClassName
{
background-color: #8CB000;
}
.BgClassName
{
background-color: #8CB000;
}
</style>
border-color css
<style>
span { border-color: #8CB000; }
span { border-color: rgb(140,176,0); }
td.TdClassName
{
border-color: #8CB000;
}
.TagClassName
{
border-color: #8CB000;
}
</style>