Shades of Citrus #86B900
Tints of Citrus #86B900
RGB
CMYK
RGB Variations
Color information
#86B900 (or 0x86B900) is known color: Citrus. HEX triplet: 86, B9 and 00. RGB value is (134,185,0). Sum of RGB (Red+Green+Blue) = 134+185+0=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #86B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B900 is #7946FF. Grayscale: #959595. Windows color (decimal): -7948032 or 47494. OLE color: 47494.
HSL color Cylindrical-coordinate representation of color #86B900: hue angle of 76.54º 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 #86B900 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.27 |
| HSL | 76.54º | 1% | 0.36% | - |
| HSV(B) | 76.54º | 1% | 0.73% | - |
| XYZ | 27.18 | 39.77 | 6.24 | - |
| YUV | 148.66 | 44.1 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 0 | 0.28 | 0 | 1 | 0.27 | 76.54 | 1 | 0.36 |
| Hex | 86 | B9 | 0 | 1C | 0 | 64 | 1B | 4D | 64 | 24 |
| Octal | 206 | 271 | 0 | 34 | 0 | 144 | 33 | 115 | 144 | 44 |
| Binary | 10000110 | 10111001 | 0 | 11100 | 0 | 1100100 | 11011 | 1001101 | 1100100 | 100100 |
Color Harmonies of #86B900
Complementary color
Monochromatic Colors of #86B900
Black with #86B900
Text Example
Text Example
White with #86B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B900; }
p { color: rgb(134,185,0); }
H1.HeaderClassName
{
color: #86B900;
}
.AnyTagClassName
{
color: #86B900;
}
</style>
background-color css
<style>
a { background-color: #86B900; }
a { background-color: rgb(134,185,0); }
div.DivClassName
{
background-color: #86B900;
}
.BgClassName
{
background-color: #86B900;
}
</style>
border-color css
<style>
span { border-color: #86B900; }
span { border-color: rgb(134,185,0); }
td.TdClassName
{
border-color: #86B900;
}
.TagClassName
{
border-color: #86B900;
}
</style>