Shades of Citron #87A215
Tints of Citron #87A215
RGB
CMYK
RGB Variations
Color information
#87A215 (or 0x87A215) is known color: Citron. HEX triplet: 87, A2 and 15. RGB value is (135,162,21). Sum of RGB (Red+Green+Blue) = 135+162+21=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #87A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A215 is #785DEA. Grayscale: #8A8A8A. Windows color (decimal): -7888363 or 1417863. OLE color: 1417863.
HSL color Cylindrical-coordinate representation of color #87A215: hue angle of 71.49º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87A215 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 21 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.36 |
| HSL | 71.49º | 0.77% | 0.36% | - |
| HSV(B) | 71.49º | 0.87% | 0.64% | - |
| XYZ | 23.05 | 31.05 | 5.49 | - |
| YUV | 137.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 21 | 0.17 | 0 | 0.87 | 0.36 | 71.49 | 0.77 | 0.36 |
| Hex | 87 | A2 | 15 | 11 | 0 | 57 | 24 | 47 | 4D | 24 |
| Octal | 207 | 242 | 25 | 21 | 0 | 127 | 44 | 107 | 115 | 44 |
| Binary | 10000111 | 10100010 | 10101 | 10001 | 0 | 1010111 | 100100 | 1000111 | 1001101 | 100100 |
Color Harmonies of #87A215
Complementary color
Monochromatic Colors of #87A215
Black with #87A215
Text Example
Text Example
White with #87A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A215; }
p { color: rgb(135,162,21); }
H1.HeaderClassName
{
color: #87A215;
}
.AnyTagClassName
{
color: #87A215;
}
</style>
background-color css
<style>
a { background-color: #87A215; }
a { background-color: rgb(135,162,21); }
div.DivClassName
{
background-color: #87A215;
}
.BgClassName
{
background-color: #87A215;
}
</style>
border-color css
<style>
span { border-color: #87A215; }
span { border-color: rgb(135,162,21); }
td.TdClassName
{
border-color: #87A215;
}
.TagClassName
{
border-color: #87A215;
}
</style>