Shades of Citron #85A11C
Tints of Citron #85A11C
RGB
CMYK
RGB Variations
Color information
#85A11C (or 0x85A11C) is known color: Citron. HEX triplet: 85, A1 and 1C. RGB value is (133,161,28). Sum of RGB (Red+Green+Blue) = 133+161+28=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #85A11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A11C is #7A5EE3. Grayscale: #898989. Windows color (decimal): -8019684 or 1876357. OLE color: 1876357.
HSL color Cylindrical-coordinate representation of color #85A11C: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85A11C is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 28 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.37 |
| HSL | 72.63º | 0.7% | 0.37% | - |
| HSV(B) | 72.63º | 0.83% | 0.63% | - |
| XYZ | 22.63 | 30.56 | 5.8 | - |
| YUV | 137.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 28 | 0.17 | 0 | 0.83 | 0.37 | 72.63 | 0.7 | 0.37 |
| Hex | 85 | A1 | 1C | 11 | 0 | 53 | 25 | 49 | 46 | 25 |
| Octal | 205 | 241 | 34 | 21 | 0 | 123 | 45 | 111 | 106 | 45 |
| Binary | 10000101 | 10100001 | 11100 | 10001 | 0 | 1010011 | 100101 | 1001001 | 1000110 | 100101 |
Color Harmonies of #85A11C
Complementary color
Monochromatic Colors of #85A11C
Black with #85A11C
Text Example
Text Example
White with #85A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A11C; }
p { color: rgb(133,161,28); }
H1.HeaderClassName
{
color: #85A11C;
}
.AnyTagClassName
{
color: #85A11C;
}
</style>
background-color css
<style>
a { background-color: #85A11C; }
a { background-color: rgb(133,161,28); }
div.DivClassName
{
background-color: #85A11C;
}
.BgClassName
{
background-color: #85A11C;
}
</style>
border-color css
<style>
span { border-color: #85A11C; }
span { border-color: rgb(133,161,28); }
td.TdClassName
{
border-color: #85A11C;
}
.TagClassName
{
border-color: #85A11C;
}
</style>