Shades of Citrus #8CB900
Tints of Citrus #8CB900
RGB
CMYK
RGB Variations
Color information
#8CB900 (or 0x8CB900) is known color: Citrus. HEX triplet: 8C, B9 and 00. RGB value is (140,185,0). Sum of RGB (Red+Green+Blue) = 140+185+0=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB900 is #7346FF. Grayscale: #979797. Windows color (decimal): -7554816 or 47500. OLE color: 47500.
HSL color Cylindrical-coordinate representation of color #8CB900: hue angle of 74.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB900 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.27 |
| HSL | 74.59º | 1% | 0.36% | - |
| HSV(B) | 74.59º | 1% | 0.73% | - |
| XYZ | 28.16 | 40.27 | 6.29 | - |
| YUV | 150.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 0 | 0.24 | 0 | 1 | 0.27 | 74.59 | 1 | 0.36 |
| Hex | 8C | B9 | 0 | 18 | 0 | 64 | 1B | 4B | 64 | 24 |
| Octal | 214 | 271 | 0 | 30 | 0 | 144 | 33 | 113 | 144 | 44 |
| Binary | 10001100 | 10111001 | 0 | 11000 | 0 | 1100100 | 11011 | 1001011 | 1100100 | 100100 |
Color Harmonies of #8CB900
Complementary color
Monochromatic Colors of #8CB900
Black with #8CB900
Text Example
Text Example
White with #8CB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB900; }
p { color: rgb(140,185,0); }
H1.HeaderClassName
{
color: #8CB900;
}
.AnyTagClassName
{
color: #8CB900;
}
</style>
background-color css
<style>
a { background-color: #8CB900; }
a { background-color: rgb(140,185,0); }
div.DivClassName
{
background-color: #8CB900;
}
.BgClassName
{
background-color: #8CB900;
}
</style>
border-color css
<style>
span { border-color: #8CB900; }
span { border-color: rgb(140,185,0); }
td.TdClassName
{
border-color: #8CB900;
}
.TagClassName
{
border-color: #8CB900;
}
</style>