Shades of Citron #849A1D
Tints of Citron #849A1D
RGB
CMYK
RGB Variations
Color information
#849A1D (or 0x849A1D) is known color: Citron. HEX triplet: 84, 9A and 1D. RGB value is (132,154,29). Sum of RGB (Red+Green+Blue) = 132+154+29=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #849A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A1D is #7B65E2. Grayscale: #858585. Windows color (decimal): -8087011 or 1940100. OLE color: 1940100.
HSL color Cylindrical-coordinate representation of color #849A1D: hue angle of 70.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #849A1D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 29 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.40 |
| HSL | 70.56º | 0.68% | 0.36% | - |
| HSV(B) | 70.56º | 0.81% | 0.6% | - |
| XYZ | 21.29 | 28.11 | 5.47 | - |
| YUV | 133.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 29 | 0.14 | 0 | 0.81 | 0.40 | 70.56 | 0.68 | 0.36 |
| Hex | 84 | 9A | 1D | E | 0 | 51 | 28 | 47 | 44 | 24 |
| Octal | 204 | 232 | 35 | 16 | 0 | 121 | 50 | 107 | 104 | 44 |
| Binary | 10000100 | 10011010 | 11101 | 1110 | 0 | 1010001 | 101000 | 1000111 | 1000100 | 100100 |
Color Harmonies of #849A1D
Complementary color
Monochromatic Colors of #849A1D
Black with #849A1D
Text Example
Text Example
White with #849A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A1D; }
p { color: rgb(132,154,29); }
H1.HeaderClassName
{
color: #849A1D;
}
.AnyTagClassName
{
color: #849A1D;
}
</style>
background-color css
<style>
a { background-color: #849A1D; }
a { background-color: rgb(132,154,29); }
div.DivClassName
{
background-color: #849A1D;
}
.BgClassName
{
background-color: #849A1D;
}
</style>
border-color css
<style>
span { border-color: #849A1D; }
span { border-color: rgb(132,154,29); }
td.TdClassName
{
border-color: #849A1D;
}
.TagClassName
{
border-color: #849A1D;
}
</style>