Shades of Citron #85A30D
Tints of Citron #85A30D
RGB
CMYK
RGB Variations
Color information
#85A30D (or 0x85A30D) is known color: Citron. HEX triplet: 85, A3 and 0D. RGB value is (133,163,13). Sum of RGB (Red+Green+Blue) = 133+163+13=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #85A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A30D is #7A5CF2. Grayscale: #898989. Windows color (decimal): -8019187 or 893829. OLE color: 893829.
HSL color Cylindrical-coordinate representation of color #85A30D: hue angle of 72º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85A30D is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 13 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.36 |
| HSL | 72º | 0.85% | 0.35% | - |
| HSV(B) | 72º | 0.92% | 0.64% | - |
| XYZ | 22.84 | 31.21 | 5.2 | - |
| YUV | 136.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 13 | 0.18 | 0 | 0.92 | 0.36 | 72 | 0.85 | 0.35 |
| Hex | 85 | A3 | D | 12 | 0 | 5C | 24 | 48 | 55 | 23 |
| Octal | 205 | 243 | 15 | 22 | 0 | 134 | 44 | 110 | 125 | 43 |
| Binary | 10000101 | 10100011 | 1101 | 10010 | 0 | 1011100 | 100100 | 1001000 | 1010101 | 100011 |
Color Harmonies of #85A30D
Complementary color
Monochromatic Colors of #85A30D
Black with #85A30D
Text Example
Text Example
White with #85A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A30D; }
p { color: rgb(133,163,13); }
H1.HeaderClassName
{
color: #85A30D;
}
.AnyTagClassName
{
color: #85A30D;
}
</style>
background-color css
<style>
a { background-color: #85A30D; }
a { background-color: rgb(133,163,13); }
div.DivClassName
{
background-color: #85A30D;
}
.BgClassName
{
background-color: #85A30D;
}
</style>
border-color css
<style>
span { border-color: #85A30D; }
span { border-color: rgb(133,163,13); }
td.TdClassName
{
border-color: #85A30D;
}
.TagClassName
{
border-color: #85A30D;
}
</style>