Shades of Citron #849A1C
Tints of Citron #849A1C
RGB
CMYK
RGB Variations
Color information
#849A1C (or 0x849A1C) is known color: Citron. HEX triplet: 84, 9A and 1C. RGB value is (132,154,28). Sum of RGB (Red+Green+Blue) = 132+154+28=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #849A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A1C is #7B65E3. Grayscale: #858585. Windows color (decimal): -8087012 or 1874564. OLE color: 1874564.
HSL color Cylindrical-coordinate representation of color #849A1C: hue angle of 70.48º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #849A1C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 28 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.40 |
| HSL | 70.48º | 0.69% | 0.36% | - |
| HSV(B) | 70.48º | 0.82% | 0.6% | - |
| XYZ | 21.28 | 28.1 | 5.4 | - |
| YUV | 133.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 28 | 0.14 | 0 | 0.82 | 0.40 | 70.48 | 0.69 | 0.36 |
| Hex | 84 | 9A | 1C | E | 0 | 52 | 28 | 46 | 45 | 24 |
| Octal | 204 | 232 | 34 | 16 | 0 | 122 | 50 | 106 | 105 | 44 |
| Binary | 10000100 | 10011010 | 11100 | 1110 | 0 | 1010010 | 101000 | 1000110 | 1000101 | 100100 |
Color Harmonies of #849A1C
Complementary color
Monochromatic Colors of #849A1C
Black with #849A1C
Text Example
Text Example
White with #849A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A1C; }
p { color: rgb(132,154,28); }
H1.HeaderClassName
{
color: #849A1C;
}
.AnyTagClassName
{
color: #849A1C;
}
</style>
background-color css
<style>
a { background-color: #849A1C; }
a { background-color: rgb(132,154,28); }
div.DivClassName
{
background-color: #849A1C;
}
.BgClassName
{
background-color: #849A1C;
}
</style>
border-color css
<style>
span { border-color: #849A1C; }
span { border-color: rgb(132,154,28); }
td.TdClassName
{
border-color: #849A1C;
}
.TagClassName
{
border-color: #849A1C;
}
</style>