Shades of Citron #859512
Tints of Citron #859512
RGB
CMYK
RGB Variations
Color information
#859512 (or 0x859512) is known color: Citron. HEX triplet: 85, 95 and 12. RGB value is (133,149,18). Sum of RGB (Red+Green+Blue) = 133+149+18=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #859512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859512 is #7A6AED. Grayscale: #818181. Windows color (decimal): -8022766 or 1217925. OLE color: 1217925.
HSL color Cylindrical-coordinate representation of color #859512: hue angle of 67.33º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #859512 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 18 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.42 |
| HSL | 67.33º | 0.78% | 0.33% | - |
| HSV(B) | 67.33º | 0.88% | 0.58% | - |
| XYZ | 20.53 | 26.53 | 4.61 | - |
| YUV | 129.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 18 | 0.11 | 0 | 0.88 | 0.42 | 67.33 | 0.78 | 0.33 |
| Hex | 85 | 95 | 12 | B | 0 | 58 | 2A | 43 | 4E | 21 |
| Octal | 205 | 225 | 22 | 13 | 0 | 130 | 52 | 103 | 116 | 41 |
| Binary | 10000101 | 10010101 | 10010 | 1011 | 0 | 1011000 | 101010 | 1000011 | 1001110 | 100001 |
Color Harmonies of #859512
Complementary color
Monochromatic Colors of #859512
Black with #859512
Text Example
Text Example
White with #859512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859512; }
p { color: rgb(133,149,18); }
H1.HeaderClassName
{
color: #859512;
}
.AnyTagClassName
{
color: #859512;
}
</style>
background-color css
<style>
a { background-color: #859512; }
a { background-color: rgb(133,149,18); }
div.DivClassName
{
background-color: #859512;
}
.BgClassName
{
background-color: #859512;
}
</style>
border-color css
<style>
span { border-color: #859512; }
span { border-color: rgb(133,149,18); }
td.TdClassName
{
border-color: #859512;
}
.TagClassName
{
border-color: #859512;
}
</style>