Shades of Citron #849C1C
Tints of Citron #849C1C
RGB
CMYK
RGB Variations
Color information
#849C1C (or 0x849C1C) is known color: Citron. HEX triplet: 84, 9C and 1C. RGB value is (132,156,28). Sum of RGB (Red+Green+Blue) = 132+156+28=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #849C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C1C is #7B63E3. Grayscale: #868686. Windows color (decimal): -8086500 or 1875076. OLE color: 1875076.
HSL color Cylindrical-coordinate representation of color #849C1C: hue angle of 71.25º degrees, saturation: 0.7, 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 #849C1C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 28 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.39 |
| HSL | 71.25º | 0.7% | 0.36% | - |
| HSV(B) | 71.25º | 0.82% | 0.61% | - |
| XYZ | 21.61 | 28.77 | 5.51 | - |
| YUV | 134.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 28 | 0.15 | 0 | 0.82 | 0.39 | 71.25 | 0.7 | 0.36 |
| Hex | 84 | 9C | 1C | F | 0 | 52 | 27 | 47 | 46 | 24 |
| Octal | 204 | 234 | 34 | 17 | 0 | 122 | 47 | 107 | 106 | 44 |
| Binary | 10000100 | 10011100 | 11100 | 1111 | 0 | 1010010 | 100111 | 1000111 | 1000110 | 100100 |
Color Harmonies of #849C1C
Complementary color
Monochromatic Colors of #849C1C
Black with #849C1C
Text Example
Text Example
White with #849C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C1C; }
p { color: rgb(132,156,28); }
H1.HeaderClassName
{
color: #849C1C;
}
.AnyTagClassName
{
color: #849C1C;
}
</style>
background-color css
<style>
a { background-color: #849C1C; }
a { background-color: rgb(132,156,28); }
div.DivClassName
{
background-color: #849C1C;
}
.BgClassName
{
background-color: #849C1C;
}
</style>
border-color css
<style>
span { border-color: #849C1C; }
span { border-color: rgb(132,156,28); }
td.TdClassName
{
border-color: #849C1C;
}
.TagClassName
{
border-color: #849C1C;
}
</style>