Shades of Citron #859B1C
Tints of Citron #859B1C
RGB
CMYK
RGB Variations
Color information
#859B1C (or 0x859B1C) is known color: Citron. HEX triplet: 85, 9B and 1C. RGB value is (133,155,28). Sum of RGB (Red+Green+Blue) = 133+155+28=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #859B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B1C is #7A64E3. Grayscale: #868686. Windows color (decimal): -8021220 or 1874821. OLE color: 1874821.
HSL color Cylindrical-coordinate representation of color #859B1C: hue angle of 70.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #859B1C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 28 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.39 |
| HSL | 70.39º | 0.69% | 0.36% | - |
| HSV(B) | 70.39º | 0.82% | 0.61% | - |
| XYZ | 21.6 | 28.51 | 5.46 | - |
| YUV | 133.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 28 | 0.14 | 0 | 0.82 | 0.39 | 70.39 | 0.69 | 0.36 |
| Hex | 85 | 9B | 1C | E | 0 | 52 | 27 | 46 | 45 | 24 |
| Octal | 205 | 233 | 34 | 16 | 0 | 122 | 47 | 106 | 105 | 44 |
| Binary | 10000101 | 10011011 | 11100 | 1110 | 0 | 1010010 | 100111 | 1000110 | 1000101 | 100100 |
Color Harmonies of #859B1C
Complementary color
Monochromatic Colors of #859B1C
Black with #859B1C
Text Example
Text Example
White with #859B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B1C; }
p { color: rgb(133,155,28); }
H1.HeaderClassName
{
color: #859B1C;
}
.AnyTagClassName
{
color: #859B1C;
}
</style>
background-color css
<style>
a { background-color: #859B1C; }
a { background-color: rgb(133,155,28); }
div.DivClassName
{
background-color: #859B1C;
}
.BgClassName
{
background-color: #859B1C;
}
</style>
border-color css
<style>
span { border-color: #859B1C; }
span { border-color: rgb(133,155,28); }
td.TdClassName
{
border-color: #859B1C;
}
.TagClassName
{
border-color: #859B1C;
}
</style>