Shades of Citron #87A312
Tints of Citron #87A312
RGB
CMYK
RGB Variations
Color information
#87A312 (or 0x87A312) is known color: Citron. HEX triplet: 87, A3 and 12. RGB value is (135,163,18). Sum of RGB (Red+Green+Blue) = 135+163+18=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #87A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A312 is #785CED. Grayscale: #8A8A8A. Windows color (decimal): -7888110 or 1221511. OLE color: 1221511.
HSL color Cylindrical-coordinate representation of color #87A312: hue angle of 71.59º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87A312 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 163 | 18 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.36 |
| HSL | 71.59º | 0.8% | 0.35% | - |
| HSV(B) | 71.59º | 0.89% | 0.64% | - |
| XYZ | 23.2 | 31.39 | 5.41 | - |
| YUV | 138.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 18 | 0.17 | 0 | 0.89 | 0.36 | 71.59 | 0.8 | 0.35 |
| Hex | 87 | A3 | 12 | 11 | 0 | 59 | 24 | 48 | 50 | 23 |
| Octal | 207 | 243 | 22 | 21 | 0 | 131 | 44 | 110 | 120 | 43 |
| Binary | 10000111 | 10100011 | 10010 | 10001 | 0 | 1011001 | 100100 | 1001000 | 1010000 | 100011 |
Color Harmonies of #87A312
Complementary color
Monochromatic Colors of #87A312
Black with #87A312
Text Example
Text Example
White with #87A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A312; }
p { color: rgb(135,163,18); }
H1.HeaderClassName
{
color: #87A312;
}
.AnyTagClassName
{
color: #87A312;
}
</style>
background-color css
<style>
a { background-color: #87A312; }
a { background-color: rgb(135,163,18); }
div.DivClassName
{
background-color: #87A312;
}
.BgClassName
{
background-color: #87A312;
}
</style>
border-color css
<style>
span { border-color: #87A312; }
span { border-color: rgb(135,163,18); }
td.TdClassName
{
border-color: #87A312;
}
.TagClassName
{
border-color: #87A312;
}
</style>