Shades of Citron #85990F
Tints of Citron #85990F
RGB
CMYK
RGB Variations
Color information
#85990F (or 0x85990F) is known color: Citron. HEX triplet: 85, 99 and 0F. RGB value is (133,153,15). Sum of RGB (Red+Green+Blue) = 133+153+15=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #85990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85990F is #7A66F0. Grayscale: #838383. Windows color (decimal): -8021745 or 1022341. OLE color: 1022341.
HSL color Cylindrical-coordinate representation of color #85990F: hue angle of 68.7º 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 #85990F is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 15 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.4 |
| HSL | 68.7º | 0.82% | 0.33% | - |
| HSV(B) | 68.7º | 0.9% | 0.6% | - |
| XYZ | 21.15 | 27.8 | 4.7 | - |
| YUV | 131.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 15 | 0.13 | 0 | 0.90 | 0.4 | 68.7 | 0.82 | 0.33 |
| Hex | 85 | 99 | F | D | 0 | 5A | 28 | 45 | 52 | 21 |
| Octal | 205 | 231 | 17 | 15 | 0 | 132 | 50 | 105 | 122 | 41 |
| Binary | 10000101 | 10011001 | 1111 | 1101 | 0 | 1011010 | 101000 | 1000101 | 1010010 | 100001 |
Color Harmonies of #85990F
Complementary color
Monochromatic Colors of #85990F
Black with #85990F
Text Example
Text Example
White with #85990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85990F; }
p { color: rgb(133,153,15); }
H1.HeaderClassName
{
color: #85990F;
}
.AnyTagClassName
{
color: #85990F;
}
</style>
background-color css
<style>
a { background-color: #85990F; }
a { background-color: rgb(133,153,15); }
div.DivClassName
{
background-color: #85990F;
}
.BgClassName
{
background-color: #85990F;
}
</style>
border-color css
<style>
span { border-color: #85990F; }
span { border-color: rgb(133,153,15); }
td.TdClassName
{
border-color: #85990F;
}
.TagClassName
{
border-color: #85990F;
}
</style>