Shades of Citron #849609
Tints of Citron #849609
RGB
CMYK
RGB Variations
Color information
#849609 (or 0x849609) is known color: Citron. HEX triplet: 84, 96 and 09. RGB value is (132,150,9). Sum of RGB (Red+Green+Blue) = 132+150+9=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #849609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849609 is #7B69F6. Grayscale: #818181. Windows color (decimal): -8088055 or 628356. OLE color: 628356.
HSL color Cylindrical-coordinate representation of color #849609: hue angle of 67.66º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #849609 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 9 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.41 |
| HSL | 67.66º | 0.89% | 0.31% | - |
| HSV(B) | 67.66º | 0.94% | 0.59% | - |
| XYZ | 20.47 | 26.74 | 4.34 | - |
| YUV | 128.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 9 | 0.12 | 0 | 0.94 | 0.41 | 67.66 | 0.89 | 0.31 |
| Hex | 84 | 96 | 9 | C | 0 | 5E | 29 | 44 | 59 | 1F |
| Octal | 204 | 226 | 11 | 14 | 0 | 136 | 51 | 104 | 131 | 37 |
| Binary | 10000100 | 10010110 | 1001 | 1100 | 0 | 1011110 | 101001 | 1000100 | 1011001 | 11111 |
Color Harmonies of #849609
Complementary color
Monochromatic Colors of #849609
Black with #849609
Text Example
Text Example
White with #849609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849609; }
p { color: rgb(132,150,9); }
H1.HeaderClassName
{
color: #849609;
}
.AnyTagClassName
{
color: #849609;
}
</style>
background-color css
<style>
a { background-color: #849609; }
a { background-color: rgb(132,150,9); }
div.DivClassName
{
background-color: #849609;
}
.BgClassName
{
background-color: #849609;
}
</style>
border-color css
<style>
span { border-color: #849609; }
span { border-color: rgb(132,150,9); }
td.TdClassName
{
border-color: #849609;
}
.TagClassName
{
border-color: #849609;
}
</style>