Shades of Citrus #8CB400
Tints of Citrus #8CB400
RGB
CMYK
RGB Variations
Color information
#8CB400 (or 0x8CB400) is known color: Citrus. HEX triplet: 8C, B4 and 00. RGB value is (140,180,0). Sum of RGB (Red+Green+Blue) = 140+180+0=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB400 is #734BFF. Grayscale: #949494. Windows color (decimal): -7556096 or 46220. OLE color: 46220.
HSL color Cylindrical-coordinate representation of color #8CB400: hue angle of 73.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB400 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.29 |
| HSL | 73.33º | 1% | 0.35% | - |
| HSV(B) | 73.33º | 1% | 0.71% | - |
| XYZ | 27.14 | 38.22 | 5.95 | - |
| YUV | 147.52 | 44.75 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 0 | 0.22 | 0 | 1 | 0.29 | 73.33 | 1 | 0.35 |
| Hex | 8C | B4 | 0 | 16 | 0 | 64 | 1D | 49 | 64 | 23 |
| Octal | 214 | 264 | 0 | 26 | 0 | 144 | 35 | 111 | 144 | 43 |
| Binary | 10001100 | 10110100 | 0 | 10110 | 0 | 1100100 | 11101 | 1001001 | 1100100 | 100011 |
Color Harmonies of #8CB400
Complementary color
Monochromatic Colors of #8CB400
Black with #8CB400
Text Example
Text Example
White with #8CB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB400; }
p { color: rgb(140,180,0); }
H1.HeaderClassName
{
color: #8CB400;
}
.AnyTagClassName
{
color: #8CB400;
}
</style>
background-color css
<style>
a { background-color: #8CB400; }
a { background-color: rgb(140,180,0); }
div.DivClassName
{
background-color: #8CB400;
}
.BgClassName
{
background-color: #8CB400;
}
</style>
border-color css
<style>
span { border-color: #8CB400; }
span { border-color: rgb(140,180,0); }
td.TdClassName
{
border-color: #8CB400;
}
.TagClassName
{
border-color: #8CB400;
}
</style>