Shades of Citron #849D1E
Tints of Citron #849D1E
RGB
CMYK
RGB Variations
Color information
#849D1E (or 0x849D1E) is known color: Citron. HEX triplet: 84, 9D and 1E. RGB value is (132,157,30). Sum of RGB (Red+Green+Blue) = 132+157+30=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #849D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D1E is #7B62E1. Grayscale: #878787. Windows color (decimal): -8086242 or 2006404. OLE color: 2006404.
HSL color Cylindrical-coordinate representation of color #849D1E: hue angle of 71.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #849D1E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 30 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.38 |
| HSL | 71.81º | 0.68% | 0.37% | - |
| HSV(B) | 71.81º | 0.81% | 0.62% | - |
| XYZ | 21.81 | 29.11 | 5.7 | - |
| YUV | 135.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 30 | 0.16 | 0 | 0.81 | 0.38 | 71.81 | 0.68 | 0.37 |
| Hex | 84 | 9D | 1E | 10 | 0 | 51 | 26 | 48 | 44 | 25 |
| Octal | 204 | 235 | 36 | 20 | 0 | 121 | 46 | 110 | 104 | 45 |
| Binary | 10000100 | 10011101 | 11110 | 10000 | 0 | 1010001 | 100110 | 1001000 | 1000100 | 100101 |
Color Harmonies of #849D1E
Complementary color
Monochromatic Colors of #849D1E
Black with #849D1E
Text Example
Text Example
White with #849D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D1E; }
p { color: rgb(132,157,30); }
H1.HeaderClassName
{
color: #849D1E;
}
.AnyTagClassName
{
color: #849D1E;
}
</style>
background-color css
<style>
a { background-color: #849D1E; }
a { background-color: rgb(132,157,30); }
div.DivClassName
{
background-color: #849D1E;
}
.BgClassName
{
background-color: #849D1E;
}
</style>
border-color css
<style>
span { border-color: #849D1E; }
span { border-color: rgb(132,157,30); }
td.TdClassName
{
border-color: #849D1E;
}
.TagClassName
{
border-color: #849D1E;
}
</style>