Shades of Citron #87A205
Tints of Citron #87A205
RGB
CMYK
RGB Variations
Color information
#87A205 (or 0x87A205) is known color: Citron. HEX triplet: 87, A2 and 05. RGB value is (135,162,5). Sum of RGB (Red+Green+Blue) = 135+162+5=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #87A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A205 is #785DFA. Grayscale: #888888. Windows color (decimal): -7888379 or 369287. OLE color: 369287.
HSL color Cylindrical-coordinate representation of color #87A205: hue angle of 70.32º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87A205 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.36 |
| HSL | 70.32º | 0.94% | 0.33% | - |
| HSV(B) | 70.32º | 0.97% | 0.64% | - |
| XYZ | 22.94 | 31 | 4.92 | - |
| YUV | 136.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 5 | 0.17 | 0 | 0.97 | 0.36 | 70.32 | 0.94 | 0.33 |
| Hex | 87 | A2 | 5 | 11 | 0 | 61 | 24 | 46 | 5E | 21 |
| Octal | 207 | 242 | 5 | 21 | 0 | 141 | 44 | 106 | 136 | 41 |
| Binary | 10000111 | 10100010 | 101 | 10001 | 0 | 1100001 | 100100 | 1000110 | 1011110 | 100001 |
Color Harmonies of #87A205
Complementary color
Monochromatic Colors of #87A205
Black with #87A205
Text Example
Text Example
White with #87A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A205; }
p { color: rgb(135,162,5); }
H1.HeaderClassName
{
color: #87A205;
}
.AnyTagClassName
{
color: #87A205;
}
</style>
background-color css
<style>
a { background-color: #87A205; }
a { background-color: rgb(135,162,5); }
div.DivClassName
{
background-color: #87A205;
}
.BgClassName
{
background-color: #87A205;
}
</style>
border-color css
<style>
span { border-color: #87A205; }
span { border-color: rgb(135,162,5); }
td.TdClassName
{
border-color: #87A205;
}
.TagClassName
{
border-color: #87A205;
}
</style>