Shades of Citron #859B05
Tints of Citron #859B05
RGB
CMYK
RGB Variations
Color information
#859B05 (or 0x859B05) is known color: Citron. HEX triplet: 85, 9B and 05. RGB value is (133,155,5). Sum of RGB (Red+Green+Blue) = 133+155+5=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #859B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859B05 is #7A64FA. Grayscale: #838383. Windows color (decimal): -8021243 or 367493. OLE color: 367493.
HSL color Cylindrical-coordinate representation of color #859B05: hue angle of 68.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859B05 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.39 |
| HSL | 68.8º | 0.94% | 0.31% | - |
| HSV(B) | 68.8º | 0.97% | 0.61% | - |
| XYZ | 21.42 | 28.44 | 4.5 | - |
| YUV | 131.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 5 | 0.14 | 0 | 0.97 | 0.39 | 68.8 | 0.94 | 0.31 |
| Hex | 85 | 9B | 5 | E | 0 | 61 | 27 | 45 | 5E | 1F |
| Octal | 205 | 233 | 5 | 16 | 0 | 141 | 47 | 105 | 136 | 37 |
| Binary | 10000101 | 10011011 | 101 | 1110 | 0 | 1100001 | 100111 | 1000101 | 1011110 | 11111 |
Color Harmonies of #859B05
Complementary color
Monochromatic Colors of #859B05
Black with #859B05
Text Example
Text Example
White with #859B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B05; }
p { color: rgb(133,155,5); }
H1.HeaderClassName
{
color: #859B05;
}
.AnyTagClassName
{
color: #859B05;
}
</style>
background-color css
<style>
a { background-color: #859B05; }
a { background-color: rgb(133,155,5); }
div.DivClassName
{
background-color: #859B05;
}
.BgClassName
{
background-color: #859B05;
}
</style>
border-color css
<style>
span { border-color: #859B05; }
span { border-color: rgb(133,155,5); }
td.TdClassName
{
border-color: #859B05;
}
.TagClassName
{
border-color: #859B05;
}
</style>