Shades of Citron #859C18
Tints of Citron #859C18
RGB
CMYK
RGB Variations
Color information
#859C18 (or 0x859C18) is known color: Citron. HEX triplet: 85, 9C and 18. RGB value is (133,156,24). Sum of RGB (Red+Green+Blue) = 133+156+24=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #859C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859C18 is #7A63E7. Grayscale: #868686. Windows color (decimal): -8020968 or 1612933. OLE color: 1612933.
HSL color Cylindrical-coordinate representation of color #859C18: hue angle of 70.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #859C18 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 24 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.39 |
| HSL | 70.45º | 0.73% | 0.35% | - |
| HSV(B) | 70.45º | 0.85% | 0.61% | - |
| XYZ | 21.73 | 28.83 | 5.28 | - |
| YUV | 134.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 24 | 0.15 | 0 | 0.85 | 0.39 | 70.45 | 0.73 | 0.35 |
| Hex | 85 | 9C | 18 | F | 0 | 55 | 27 | 46 | 49 | 23 |
| Octal | 205 | 234 | 30 | 17 | 0 | 125 | 47 | 106 | 111 | 43 |
| Binary | 10000101 | 10011100 | 11000 | 1111 | 0 | 1010101 | 100111 | 1000110 | 1001001 | 100011 |
Color Harmonies of #859C18
Complementary color
Monochromatic Colors of #859C18
Black with #859C18
Text Example
Text Example
White with #859C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C18; }
p { color: rgb(133,156,24); }
H1.HeaderClassName
{
color: #859C18;
}
.AnyTagClassName
{
color: #859C18;
}
</style>
background-color css
<style>
a { background-color: #859C18; }
a { background-color: rgb(133,156,24); }
div.DivClassName
{
background-color: #859C18;
}
.BgClassName
{
background-color: #859C18;
}
</style>
border-color css
<style>
span { border-color: #859C18; }
span { border-color: rgb(133,156,24); }
td.TdClassName
{
border-color: #859C18;
}
.TagClassName
{
border-color: #859C18;
}
</style>