Shades of Citron #859B1A
Tints of Citron #859B1A
RGB
CMYK
RGB Variations
Color information
#859B1A (or 0x859B1A) is known color: Citron. HEX triplet: 85, 9B and 1A. RGB value is (133,155,26). Sum of RGB (Red+Green+Blue) = 133+155+26=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #859B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B1A is #7A64E5. Grayscale: #868686. Windows color (decimal): -8021222 or 1743749. OLE color: 1743749.
HSL color Cylindrical-coordinate representation of color #859B1A: hue angle of 70.23º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #859B1A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 26 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.39 |
| HSL | 70.23º | 0.71% | 0.35% | - |
| HSV(B) | 70.23º | 0.83% | 0.61% | - |
| XYZ | 21.58 | 28.5 | 5.34 | - |
| YUV | 133.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 26 | 0.14 | 0 | 0.83 | 0.39 | 70.23 | 0.71 | 0.35 |
| Hex | 85 | 9B | 1A | E | 0 | 53 | 27 | 46 | 47 | 23 |
| Octal | 205 | 233 | 32 | 16 | 0 | 123 | 47 | 106 | 107 | 43 |
| Binary | 10000101 | 10011011 | 11010 | 1110 | 0 | 1010011 | 100111 | 1000110 | 1000111 | 100011 |
Color Harmonies of #859B1A
Complementary color
Monochromatic Colors of #859B1A
Black with #859B1A
Text Example
Text Example
White with #859B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B1A; }
p { color: rgb(133,155,26); }
H1.HeaderClassName
{
color: #859B1A;
}
.AnyTagClassName
{
color: #859B1A;
}
</style>
background-color css
<style>
a { background-color: #859B1A; }
a { background-color: rgb(133,155,26); }
div.DivClassName
{
background-color: #859B1A;
}
.BgClassName
{
background-color: #859B1A;
}
</style>
border-color css
<style>
span { border-color: #859B1A; }
span { border-color: rgb(133,155,26); }
td.TdClassName
{
border-color: #859B1A;
}
.TagClassName
{
border-color: #859B1A;
}
</style>