Shades of Citron #85960F
Tints of Citron #85960F
RGB
CMYK
RGB Variations
Color information
#85960F (or 0x85960F) is known color: Citron. HEX triplet: 85, 96 and 0F. RGB value is (133,150,15). Sum of RGB (Red+Green+Blue) = 133+150+15=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #85960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85960F is #7A69F0. Grayscale: #828282. Windows color (decimal): -8022513 or 1021573. OLE color: 1021573.
HSL color Cylindrical-coordinate representation of color #85960F: hue angle of 67.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85960F is Cyan = 0.11, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 15 | - |
| CMYK | 0.11 | 0 | 0.9 | 0.41 |
| HSL | 67.56º | 0.82% | 0.32% | - |
| HSV(B) | 67.56º | 0.9% | 0.59% | - |
| XYZ | 20.67 | 26.83 | 4.54 | - |
| YUV | 129.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 15 | 0.11 | 0 | 0.9 | 0.41 | 67.56 | 0.82 | 0.32 |
| Hex | 85 | 96 | F | B | 0 | 5A | 29 | 44 | 52 | 20 |
| Octal | 205 | 226 | 17 | 13 | 0 | 132 | 51 | 104 | 122 | 40 |
| Binary | 10000101 | 10010110 | 1111 | 1011 | 0 | 1011010 | 101001 | 1000100 | 1010010 | 100000 |
Color Harmonies of #85960F
Complementary color
Monochromatic Colors of #85960F
Black with #85960F
Text Example
Text Example
White with #85960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85960F; }
p { color: rgb(133,150,15); }
H1.HeaderClassName
{
color: #85960F;
}
.AnyTagClassName
{
color: #85960F;
}
</style>
background-color css
<style>
a { background-color: #85960F; }
a { background-color: rgb(133,150,15); }
div.DivClassName
{
background-color: #85960F;
}
.BgClassName
{
background-color: #85960F;
}
</style>
border-color css
<style>
span { border-color: #85960F; }
span { border-color: rgb(133,150,15); }
td.TdClassName
{
border-color: #85960F;
}
.TagClassName
{
border-color: #85960F;
}
</style>