Shades of Citrus #8CB300
Tints of Citrus #8CB300
RGB
CMYK
RGB Variations
Color information
#8CB300 (or 0x8CB300) is known color: Citrus. HEX triplet: 8C, B3 and 00. RGB value is (140,179,0). Sum of RGB (Red+Green+Blue) = 140+179+0=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB300 is #734CFF. Grayscale: #939393. Windows color (decimal): -7556352 or 45964. OLE color: 45964.
HSL color Cylindrical-coordinate representation of color #8CB300: hue angle of 73.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB300 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.30 |
| HSL | 73.07º | 1% | 0.35% | - |
| HSV(B) | 73.07º | 1% | 0.7% | - |
| XYZ | 26.94 | 37.82 | 5.88 | - |
| YUV | 146.93 | 45.08 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 0 | 0.22 | 0 | 1 | 0.30 | 73.07 | 1 | 0.35 |
| Hex | 8C | B3 | 0 | 16 | 0 | 64 | 1E | 49 | 64 | 23 |
| Octal | 214 | 263 | 0 | 26 | 0 | 144 | 36 | 111 | 144 | 43 |
| Binary | 10001100 | 10110011 | 0 | 10110 | 0 | 1100100 | 11110 | 1001001 | 1100100 | 100011 |
Color Harmonies of #8CB300
Complementary color
Monochromatic Colors of #8CB300
Black with #8CB300
Text Example
Text Example
White with #8CB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB300; }
p { color: rgb(140,179,0); }
H1.HeaderClassName
{
color: #8CB300;
}
.AnyTagClassName
{
color: #8CB300;
}
</style>
background-color css
<style>
a { background-color: #8CB300; }
a { background-color: rgb(140,179,0); }
div.DivClassName
{
background-color: #8CB300;
}
.BgClassName
{
background-color: #8CB300;
}
</style>
border-color css
<style>
span { border-color: #8CB300; }
span { border-color: rgb(140,179,0); }
td.TdClassName
{
border-color: #8CB300;
}
.TagClassName
{
border-color: #8CB300;
}
</style>