Shades of Citron #849A09
Tints of Citron #849A09
RGB
CMYK
RGB Variations
Color information
#849A09 (or 0x849A09) is known color: Citron. HEX triplet: 84, 9A and 09. RGB value is (132,154,9). Sum of RGB (Red+Green+Blue) = 132+154+9=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #849A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849A09 is #7B65F6. Grayscale: #838383. Windows color (decimal): -8087031 or 629380. OLE color: 629380.
HSL color Cylindrical-coordinate representation of color #849A09: hue angle of 69.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #849A09 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.40 |
| HSL | 69.1º | 0.89% | 0.32% | - |
| HSV(B) | 69.1º | 0.94% | 0.6% | - |
| XYZ | 21.12 | 28.04 | 4.56 | - |
| YUV | 130.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 9 | 0.14 | 0 | 0.94 | 0.40 | 69.1 | 0.89 | 0.32 |
| Hex | 84 | 9A | 9 | E | 0 | 5E | 28 | 45 | 59 | 20 |
| Octal | 204 | 232 | 11 | 16 | 0 | 136 | 50 | 105 | 131 | 40 |
| Binary | 10000100 | 10011010 | 1001 | 1110 | 0 | 1011110 | 101000 | 1000101 | 1011001 | 100000 |
Color Harmonies of #849A09
Complementary color
Monochromatic Colors of #849A09
Black with #849A09
Text Example
Text Example
White with #849A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A09; }
p { color: rgb(132,154,9); }
H1.HeaderClassName
{
color: #849A09;
}
.AnyTagClassName
{
color: #849A09;
}
</style>
background-color css
<style>
a { background-color: #849A09; }
a { background-color: rgb(132,154,9); }
div.DivClassName
{
background-color: #849A09;
}
.BgClassName
{
background-color: #849A09;
}
</style>
border-color css
<style>
span { border-color: #849A09; }
span { border-color: rgb(132,154,9); }
td.TdClassName
{
border-color: #849A09;
}
.TagClassName
{
border-color: #849A09;
}
</style>