Shades of Citron #87940F
Tints of Citron #87940F
RGB
CMYK
RGB Variations
Color information
#87940F (or 0x87940F) is known color: Citron. HEX triplet: 87, 94 and 0F. RGB value is (135,148,15). Sum of RGB (Red+Green+Blue) = 135+148+15=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #87940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87940F is #786BF0. Grayscale: #818181. Windows color (decimal): -7891953 or 1021063. OLE color: 1021063.
HSL color Cylindrical-coordinate representation of color #87940F: hue angle of 65.86º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87940F is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 15 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.42 |
| HSL | 65.86º | 0.82% | 0.32% | - |
| HSV(B) | 65.86º | 0.9% | 0.58% | - |
| XYZ | 20.67 | 26.37 | 4.45 | - |
| YUV | 128.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 15 | 0.09 | 0 | 0.90 | 0.42 | 65.86 | 0.82 | 0.32 |
| Hex | 87 | 94 | F | 9 | 0 | 5A | 2A | 42 | 52 | 20 |
| Octal | 207 | 224 | 17 | 11 | 0 | 132 | 52 | 102 | 122 | 40 |
| Binary | 10000111 | 10010100 | 1111 | 1001 | 0 | 1011010 | 101010 | 1000010 | 1010010 | 100000 |
Color Harmonies of #87940F
Complementary color
Monochromatic Colors of #87940F
Black with #87940F
Text Example
Text Example
White with #87940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87940F; }
p { color: rgb(135,148,15); }
H1.HeaderClassName
{
color: #87940F;
}
.AnyTagClassName
{
color: #87940F;
}
</style>
background-color css
<style>
a { background-color: #87940F; }
a { background-color: rgb(135,148,15); }
div.DivClassName
{
background-color: #87940F;
}
.BgClassName
{
background-color: #87940F;
}
</style>
border-color css
<style>
span { border-color: #87940F; }
span { border-color: rgb(135,148,15); }
td.TdClassName
{
border-color: #87940F;
}
.TagClassName
{
border-color: #87940F;
}
</style>