Shades of Citron #87990B
Tints of Citron #87990B
RGB
CMYK
RGB Variations
Color information
#87990B (or 0x87990B) is known color: Citron. HEX triplet: 87, 99 and 0B. RGB value is (135,153,11). Sum of RGB (Red+Green+Blue) = 135+153+11=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #87990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87990B is #7866F4. Grayscale: #838383. Windows color (decimal): -7890677 or 760199. OLE color: 760199.
HSL color Cylindrical-coordinate representation of color #87990B: hue angle of 67.61º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87990B is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 11 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.4 |
| HSL | 67.61º | 0.87% | 0.32% | - |
| HSV(B) | 67.61º | 0.93% | 0.6% | - |
| XYZ | 21.44 | 27.96 | 4.58 | - |
| YUV | 131.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 11 | 0.12 | 0 | 0.93 | 0.4 | 67.61 | 0.87 | 0.32 |
| Hex | 87 | 99 | B | C | 0 | 5D | 28 | 44 | 57 | 20 |
| Octal | 207 | 231 | 13 | 14 | 0 | 135 | 50 | 104 | 127 | 40 |
| Binary | 10000111 | 10011001 | 1011 | 1100 | 0 | 1011101 | 101000 | 1000100 | 1010111 | 100000 |
Color Harmonies of #87990B
Complementary color
Monochromatic Colors of #87990B
Black with #87990B
Text Example
Text Example
White with #87990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87990B; }
p { color: rgb(135,153,11); }
H1.HeaderClassName
{
color: #87990B;
}
.AnyTagClassName
{
color: #87990B;
}
</style>
background-color css
<style>
a { background-color: #87990B; }
a { background-color: rgb(135,153,11); }
div.DivClassName
{
background-color: #87990B;
}
.BgClassName
{
background-color: #87990B;
}
</style>
border-color css
<style>
span { border-color: #87990B; }
span { border-color: rgb(135,153,11); }
td.TdClassName
{
border-color: #87990B;
}
.TagClassName
{
border-color: #87990B;
}
</style>