Shades of Citron #87960C
Tints of Citron #87960C
RGB
CMYK
RGB Variations
Color information
#87960C (or 0x87960C) is known color: Citron. HEX triplet: 87, 96 and 0C. RGB value is (135,150,12). Sum of RGB (Red+Green+Blue) = 135+150+12=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #87960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87960C is #7869F3. Grayscale: #828282. Windows color (decimal): -7891444 or 824967. OLE color: 824967.
HSL color Cylindrical-coordinate representation of color #87960C: hue angle of 66.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87960C is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 12 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.41 |
| HSL | 66.52º | 0.85% | 0.32% | - |
| HSV(B) | 66.52º | 0.92% | 0.59% | - |
| XYZ | 20.96 | 26.99 | 4.45 | - |
| YUV | 129.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 12 | 0.1 | 0 | 0.92 | 0.41 | 66.52 | 0.85 | 0.32 |
| Hex | 87 | 96 | C | A | 0 | 5C | 29 | 43 | 55 | 20 |
| Octal | 207 | 226 | 14 | 12 | 0 | 134 | 51 | 103 | 125 | 40 |
| Binary | 10000111 | 10010110 | 1100 | 1010 | 0 | 1011100 | 101001 | 1000011 | 1010101 | 100000 |
Color Harmonies of #87960C
Complementary color
Monochromatic Colors of #87960C
Black with #87960C
Text Example
Text Example
White with #87960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87960C; }
p { color: rgb(135,150,12); }
H1.HeaderClassName
{
color: #87960C;
}
.AnyTagClassName
{
color: #87960C;
}
</style>
background-color css
<style>
a { background-color: #87960C; }
a { background-color: rgb(135,150,12); }
div.DivClassName
{
background-color: #87960C;
}
.BgClassName
{
background-color: #87960C;
}
</style>
border-color css
<style>
span { border-color: #87960C; }
span { border-color: rgb(135,150,12); }
td.TdClassName
{
border-color: #87960C;
}
.TagClassName
{
border-color: #87960C;
}
</style>