Shades of Citron #859A0D
Tints of Citron #859A0D
RGB
CMYK
RGB Variations
Color information
#859A0D (or 0x859A0D) is known color: Citron. HEX triplet: 85, 9A and 0D. RGB value is (133,154,13). Sum of RGB (Red+Green+Blue) = 133+154+13=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #859A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859A0D is #7A65F2. Grayscale: #848484. Windows color (decimal): -8021491 or 891525. OLE color: 891525.
HSL color Cylindrical-coordinate representation of color #859A0D: hue angle of 68.94º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #859A0D is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 13 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.40 |
| HSL | 68.94º | 0.84% | 0.33% | - |
| HSV(B) | 68.94º | 0.92% | 0.6% | - |
| XYZ | 21.3 | 28.13 | 4.69 | - |
| YUV | 131.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 13 | 0.14 | 0 | 0.92 | 0.40 | 68.94 | 0.84 | 0.33 |
| Hex | 85 | 9A | D | E | 0 | 5C | 28 | 45 | 54 | 21 |
| Octal | 205 | 232 | 15 | 16 | 0 | 134 | 50 | 105 | 124 | 41 |
| Binary | 10000101 | 10011010 | 1101 | 1110 | 0 | 1011100 | 101000 | 1000101 | 1010100 | 100001 |
Color Harmonies of #859A0D
Complementary color
Monochromatic Colors of #859A0D
Black with #859A0D
Text Example
Text Example
White with #859A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A0D; }
p { color: rgb(133,154,13); }
H1.HeaderClassName
{
color: #859A0D;
}
.AnyTagClassName
{
color: #859A0D;
}
</style>
background-color css
<style>
a { background-color: #859A0D; }
a { background-color: rgb(133,154,13); }
div.DivClassName
{
background-color: #859A0D;
}
.BgClassName
{
background-color: #859A0D;
}
</style>
border-color css
<style>
span { border-color: #859A0D; }
span { border-color: rgb(133,154,13); }
td.TdClassName
{
border-color: #859A0D;
}
.TagClassName
{
border-color: #859A0D;
}
</style>