Shades of Citron #849010
Tints of Citron #849010
RGB
CMYK
RGB Variations
Color information
#849010 (or 0x849010) is known color: Citron. HEX triplet: 84, 90 and 10. RGB value is (132,144,16). Sum of RGB (Red+Green+Blue) = 132+144+16=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #849010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849010 is #7B6FEF. Grayscale: #7E7E7E. Windows color (decimal): -8089584 or 1085572. OLE color: 1085572.
HSL color Cylindrical-coordinate representation of color #849010: hue angle of 65.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #849010 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 16 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.44 |
| HSL | 65.63º | 0.8% | 0.31% | - |
| HSV(B) | 65.63º | 0.89% | 0.56% | - |
| XYZ | 19.58 | 24.89 | 4.26 | - |
| YUV | 125.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 16 | 0.08 | 0 | 0.89 | 0.44 | 65.63 | 0.8 | 0.31 |
| Hex | 84 | 90 | 10 | 8 | 0 | 59 | 2C | 42 | 50 | 1F |
| Octal | 204 | 220 | 20 | 10 | 0 | 131 | 54 | 102 | 120 | 37 |
| Binary | 10000100 | 10010000 | 10000 | 1000 | 0 | 1011001 | 101100 | 1000010 | 1010000 | 11111 |
Color Harmonies of #849010
Complementary color
Monochromatic Colors of #849010
Black with #849010
Text Example
Text Example
White with #849010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849010; }
p { color: rgb(132,144,16); }
H1.HeaderClassName
{
color: #849010;
}
.AnyTagClassName
{
color: #849010;
}
</style>
background-color css
<style>
a { background-color: #849010; }
a { background-color: rgb(132,144,16); }
div.DivClassName
{
background-color: #849010;
}
.BgClassName
{
background-color: #849010;
}
</style>
border-color css
<style>
span { border-color: #849010; }
span { border-color: rgb(132,144,16); }
td.TdClassName
{
border-color: #849010;
}
.TagClassName
{
border-color: #849010;
}
</style>