Shades of Citron #85990B
Tints of Citron #85990B
RGB
CMYK
RGB Variations
Color information
#85990B (or 0x85990B) is known color: Citron. HEX triplet: 85, 99 and 0B. RGB value is (133,153,11). Sum of RGB (Red+Green+Blue) = 133+153+11=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #85990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85990B is #7A66F4. Grayscale: #838383. Windows color (decimal): -8021749 or 760197. OLE color: 760197.
HSL color Cylindrical-coordinate representation of color #85990B: hue angle of 68.45º 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 #85990B is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 11 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.4 |
| HSL | 68.45º | 0.87% | 0.32% | - |
| HSV(B) | 68.45º | 0.93% | 0.6% | - |
| XYZ | 21.12 | 27.79 | 4.57 | - |
| YUV | 130.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 11 | 0.13 | 0 | 0.93 | 0.4 | 68.45 | 0.87 | 0.32 |
| Hex | 85 | 99 | B | D | 0 | 5D | 28 | 44 | 57 | 20 |
| Octal | 205 | 231 | 13 | 15 | 0 | 135 | 50 | 104 | 127 | 40 |
| Binary | 10000101 | 10011001 | 1011 | 1101 | 0 | 1011101 | 101000 | 1000100 | 1010111 | 100000 |
Color Harmonies of #85990B
Complementary color
Monochromatic Colors of #85990B
Black with #85990B
Text Example
Text Example
White with #85990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85990B; }
p { color: rgb(133,153,11); }
H1.HeaderClassName
{
color: #85990B;
}
.AnyTagClassName
{
color: #85990B;
}
</style>
background-color css
<style>
a { background-color: #85990B; }
a { background-color: rgb(133,153,11); }
div.DivClassName
{
background-color: #85990B;
}
.BgClassName
{
background-color: #85990B;
}
</style>
border-color css
<style>
span { border-color: #85990B; }
span { border-color: rgb(133,153,11); }
td.TdClassName
{
border-color: #85990B;
}
.TagClassName
{
border-color: #85990B;
}
</style>