Shades of Citrus #87BC0D
Tints of Citrus #87BC0D
RGB
CMYK
RGB Variations
Color information
#87BC0D (or 0x87BC0D) is known color: Citrus. HEX triplet: 87, BC and 0D. RGB value is (135,188,13). Sum of RGB (Red+Green+Blue) = 135+188+13=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BC0D is #7843F2. Grayscale: #989898. Windows color (decimal): -7881715 or 900231. OLE color: 900231.
HSL color Cylindrical-coordinate representation of color #87BC0D: hue angle of 78.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87BC0D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.26 |
| HSL | 78.17º | 0.87% | 0.39% | - |
| HSV(B) | 78.17º | 0.93% | 0.74% | - |
| XYZ | 28.05 | 41.15 | 6.84 | - |
| YUV | 152.2 | 49.44 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 13 | 0.28 | 0 | 0.93 | 0.26 | 78.17 | 0.87 | 0.39 |
| Hex | 87 | BC | D | 1C | 0 | 5D | 1A | 4E | 57 | 27 |
| Octal | 207 | 274 | 15 | 34 | 0 | 135 | 32 | 116 | 127 | 47 |
| Binary | 10000111 | 10111100 | 1101 | 11100 | 0 | 1011101 | 11010 | 1001110 | 1010111 | 100111 |
Color Harmonies of #87BC0D
Complementary color
Monochromatic Colors of #87BC0D
Black with #87BC0D
Text Example
Text Example
White with #87BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC0D; }
p { color: rgb(135,188,13); }
H1.HeaderClassName
{
color: #87BC0D;
}
.AnyTagClassName
{
color: #87BC0D;
}
</style>
background-color css
<style>
a { background-color: #87BC0D; }
a { background-color: rgb(135,188,13); }
div.DivClassName
{
background-color: #87BC0D;
}
.BgClassName
{
background-color: #87BC0D;
}
</style>
border-color css
<style>
span { border-color: #87BC0D; }
span { border-color: rgb(135,188,13); }
td.TdClassName
{
border-color: #87BC0D;
}
.TagClassName
{
border-color: #87BC0D;
}
</style>