Shades of Citrus #86B701
Tints of Citrus #86B701
RGB
CMYK
RGB Variations
Color information
#86B701 (or 0x86B701) is known color: Citrus. HEX triplet: 86, B7 and 01. RGB value is (134,183,1). Sum of RGB (Red+Green+Blue) = 134+183+1=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #86B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B701 is #7948FE. Grayscale: #949494. Windows color (decimal): -7948543 or 112518. OLE color: 112518.
HSL color Cylindrical-coordinate representation of color #86B701: hue angle of 76.15º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86B701 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.28 |
| HSL | 76.15º | 0.99% | 0.36% | - |
| HSV(B) | 76.15º | 0.99% | 0.72% | - |
| XYZ | 26.77 | 38.94 | 6.13 | - |
| YUV | 147.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 1 | 0.27 | 0 | 0.99 | 0.28 | 76.15 | 0.99 | 0.36 |
| Hex | 86 | B7 | 1 | 1B | 0 | 63 | 1C | 4C | 63 | 24 |
| Octal | 206 | 267 | 1 | 33 | 0 | 143 | 34 | 114 | 143 | 44 |
| Binary | 10000110 | 10110111 | 1 | 11011 | 0 | 1100011 | 11100 | 1001100 | 1100011 | 100100 |
Color Harmonies of #86B701
Complementary color
Monochromatic Colors of #86B701
Black with #86B701
Text Example
Text Example
White with #86B701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B701; }
p { color: rgb(134,183,1); }
H1.HeaderClassName
{
color: #86B701;
}
.AnyTagClassName
{
color: #86B701;
}
</style>
background-color css
<style>
a { background-color: #86B701; }
a { background-color: rgb(134,183,1); }
div.DivClassName
{
background-color: #86B701;
}
.BgClassName
{
background-color: #86B701;
}
</style>
border-color css
<style>
span { border-color: #86B701; }
span { border-color: rgb(134,183,1); }
td.TdClassName
{
border-color: #86B701;
}
.TagClassName
{
border-color: #86B701;
}
</style>