Shades of Citron #87990F
Tints of Citron #87990F
RGB
CMYK
RGB Variations
Color information
#87990F (or 0x87990F) is known color: Citron. HEX triplet: 87, 99 and 0F. RGB value is (135,153,15). Sum of RGB (Red+Green+Blue) = 135+153+15=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #87990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87990F is #7866F0. Grayscale: #848484. Windows color (decimal): -7890673 or 1022343. OLE color: 1022343.
HSL color Cylindrical-coordinate representation of color #87990F: hue angle of 67.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87990F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 15 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.4 |
| HSL | 67.83º | 0.82% | 0.33% | - |
| HSV(B) | 67.83º | 0.9% | 0.6% | - |
| XYZ | 21.47 | 27.97 | 4.72 | - |
| YUV | 131.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 15 | 0.12 | 0 | 0.90 | 0.4 | 67.83 | 0.82 | 0.33 |
| Hex | 87 | 99 | F | C | 0 | 5A | 28 | 44 | 52 | 21 |
| Octal | 207 | 231 | 17 | 14 | 0 | 132 | 50 | 104 | 122 | 41 |
| Binary | 10000111 | 10011001 | 1111 | 1100 | 0 | 1011010 | 101000 | 1000100 | 1010010 | 100001 |
Color Harmonies of #87990F
Complementary color
Monochromatic Colors of #87990F
Black with #87990F
Text Example
Text Example
White with #87990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87990F; }
p { color: rgb(135,153,15); }
H1.HeaderClassName
{
color: #87990F;
}
.AnyTagClassName
{
color: #87990F;
}
</style>
background-color css
<style>
a { background-color: #87990F; }
a { background-color: rgb(135,153,15); }
div.DivClassName
{
background-color: #87990F;
}
.BgClassName
{
background-color: #87990F;
}
</style>
border-color css
<style>
span { border-color: #87990F; }
span { border-color: rgb(135,153,15); }
td.TdClassName
{
border-color: #87990F;
}
.TagClassName
{
border-color: #87990F;
}
</style>