Shades of Citron #85931C
Tints of Citron #85931C
RGB
CMYK
RGB Variations
Color information
#85931C (or 0x85931C) is known color: Citron. HEX triplet: 85, 93 and 1C. RGB value is (133,147,28). Sum of RGB (Red+Green+Blue) = 133+147+28=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #85931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85931C is #7A6CE3. Grayscale: #818181. Windows color (decimal): -8023268 or 1872773. OLE color: 1872773.
HSL color Cylindrical-coordinate representation of color #85931C: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85931C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 28 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.42 |
| HSL | 67.06º | 0.68% | 0.34% | - |
| HSV(B) | 67.06º | 0.81% | 0.58% | - |
| XYZ | 20.32 | 25.94 | 5.03 | - |
| YUV | 129.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 28 | 0.10 | 0 | 0.81 | 0.42 | 67.06 | 0.68 | 0.34 |
| Hex | 85 | 93 | 1C | A | 0 | 51 | 2A | 43 | 44 | 22 |
| Octal | 205 | 223 | 34 | 12 | 0 | 121 | 52 | 103 | 104 | 42 |
| Binary | 10000101 | 10010011 | 11100 | 1010 | 0 | 1010001 | 101010 | 1000011 | 1000100 | 100010 |
Color Harmonies of #85931C
Complementary color
Monochromatic Colors of #85931C
Black with #85931C
Text Example
Text Example
White with #85931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85931C; }
p { color: rgb(133,147,28); }
H1.HeaderClassName
{
color: #85931C;
}
.AnyTagClassName
{
color: #85931C;
}
</style>
background-color css
<style>
a { background-color: #85931C; }
a { background-color: rgb(133,147,28); }
div.DivClassName
{
background-color: #85931C;
}
.BgClassName
{
background-color: #85931C;
}
</style>
border-color css
<style>
span { border-color: #85931C; }
span { border-color: rgb(133,147,28); }
td.TdClassName
{
border-color: #85931C;
}
.TagClassName
{
border-color: #85931C;
}
</style>