Shades of Citron #85950F
Tints of Citron #85950F
RGB
CMYK
RGB Variations
Color information
#85950F (or 0x85950F) is known color: Citron. HEX triplet: 85, 95 and 0F. RGB value is (133,149,15). Sum of RGB (Red+Green+Blue) = 133+149+15=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #85950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85950F is #7A6AF0. Grayscale: #818181. Windows color (decimal): -8022769 or 1021317. OLE color: 1021317.
HSL color Cylindrical-coordinate representation of color #85950F: hue angle of 67.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85950F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 15 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.42 |
| HSL | 67.16º | 0.82% | 0.32% | - |
| HSV(B) | 67.16º | 0.9% | 0.58% | - |
| XYZ | 20.51 | 26.52 | 4.49 | - |
| YUV | 128.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 15 | 0.11 | 0 | 0.90 | 0.42 | 67.16 | 0.82 | 0.32 |
| Hex | 85 | 95 | F | B | 0 | 5A | 2A | 43 | 52 | 20 |
| Octal | 205 | 225 | 17 | 13 | 0 | 132 | 52 | 103 | 122 | 40 |
| Binary | 10000101 | 10010101 | 1111 | 1011 | 0 | 1011010 | 101010 | 1000011 | 1010010 | 100000 |
Color Harmonies of #85950F
Complementary color
Monochromatic Colors of #85950F
Black with #85950F
Text Example
Text Example
White with #85950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85950F; }
p { color: rgb(133,149,15); }
H1.HeaderClassName
{
color: #85950F;
}
.AnyTagClassName
{
color: #85950F;
}
</style>
background-color css
<style>
a { background-color: #85950F; }
a { background-color: rgb(133,149,15); }
div.DivClassName
{
background-color: #85950F;
}
.BgClassName
{
background-color: #85950F;
}
</style>
border-color css
<style>
span { border-color: #85950F; }
span { border-color: rgb(133,149,15); }
td.TdClassName
{
border-color: #85950F;
}
.TagClassName
{
border-color: #85950F;
}
</style>