Shades of Citron #87A115
Tints of Citron #87A115
RGB
CMYK
RGB Variations
Color information
#87A115 (or 0x87A115) is known color: Citron. HEX triplet: 87, A1 and 15. RGB value is (135,161,21). Sum of RGB (Red+Green+Blue) = 135+161+21=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #87A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A115 is #785EEA. Grayscale: #898989. Windows color (decimal): -7888619 or 1417607. OLE color: 1417607.
HSL color Cylindrical-coordinate representation of color #87A115: hue angle of 71.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87A115 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 21 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.37 |
| HSL | 71.14º | 0.77% | 0.36% | - |
| HSV(B) | 71.14º | 0.87% | 0.63% | - |
| XYZ | 22.87 | 30.69 | 5.43 | - |
| YUV | 137.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 21 | 0.16 | 0 | 0.87 | 0.37 | 71.14 | 0.77 | 0.36 |
| Hex | 87 | A1 | 15 | 10 | 0 | 57 | 25 | 47 | 4D | 24 |
| Octal | 207 | 241 | 25 | 20 | 0 | 127 | 45 | 107 | 115 | 44 |
| Binary | 10000111 | 10100001 | 10101 | 10000 | 0 | 1010111 | 100101 | 1000111 | 1001101 | 100100 |
Color Harmonies of #87A115
Complementary color
Monochromatic Colors of #87A115
Black with #87A115
Text Example
Text Example
White with #87A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A115; }
p { color: rgb(135,161,21); }
H1.HeaderClassName
{
color: #87A115;
}
.AnyTagClassName
{
color: #87A115;
}
</style>
background-color css
<style>
a { background-color: #87A115; }
a { background-color: rgb(135,161,21); }
div.DivClassName
{
background-color: #87A115;
}
.BgClassName
{
background-color: #87A115;
}
</style>
border-color css
<style>
span { border-color: #87A115; }
span { border-color: rgb(135,161,21); }
td.TdClassName
{
border-color: #87A115;
}
.TagClassName
{
border-color: #87A115;
}
</style>