Shades of Citron #849A11
Tints of Citron #849A11
RGB
CMYK
RGB Variations
Color information
#849A11 (or 0x849A11) is known color: Citron. HEX triplet: 84, 9A and 11. RGB value is (132,154,17). Sum of RGB (Red+Green+Blue) = 132+154+17=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #849A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849A11 is #7B65EE. Grayscale: #848484. Windows color (decimal): -8087023 or 1153668. OLE color: 1153668.
HSL color Cylindrical-coordinate representation of color #849A11: hue angle of 69.64º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #849A11 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 17 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.40 |
| HSL | 69.64º | 0.8% | 0.34% | - |
| HSV(B) | 69.64º | 0.89% | 0.6% | - |
| XYZ | 21.17 | 28.06 | 4.83 | - |
| YUV | 131.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 17 | 0.14 | 0 | 0.89 | 0.40 | 69.64 | 0.8 | 0.34 |
| Hex | 84 | 9A | 11 | E | 0 | 59 | 28 | 46 | 50 | 22 |
| Octal | 204 | 232 | 21 | 16 | 0 | 131 | 50 | 106 | 120 | 42 |
| Binary | 10000100 | 10011010 | 10001 | 1110 | 0 | 1011001 | 101000 | 1000110 | 1010000 | 100010 |
Color Harmonies of #849A11
Complementary color
Monochromatic Colors of #849A11
Black with #849A11
Text Example
Text Example
White with #849A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A11; }
p { color: rgb(132,154,17); }
H1.HeaderClassName
{
color: #849A11;
}
.AnyTagClassName
{
color: #849A11;
}
</style>
background-color css
<style>
a { background-color: #849A11; }
a { background-color: rgb(132,154,17); }
div.DivClassName
{
background-color: #849A11;
}
.BgClassName
{
background-color: #849A11;
}
</style>
border-color css
<style>
span { border-color: #849A11; }
span { border-color: rgb(132,154,17); }
td.TdClassName
{
border-color: #849A11;
}
.TagClassName
{
border-color: #849A11;
}
</style>