Shades of Citron #849020
Tints of Citron #849020
RGB
CMYK
RGB Variations
Color information
#849020 (or 0x849020) is known color: Citron. HEX triplet: 84, 90 and 20. RGB value is (132,144,32). Sum of RGB (Red+Green+Blue) = 132+144+32=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #849020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849020 is #7B6FDF. Grayscale: #808080. Windows color (decimal): -8089568 or 2134148. OLE color: 2134148.
HSL color Cylindrical-coordinate representation of color #849020: hue angle of 66.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #849020 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 32 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.44 |
| HSL | 66.43º | 0.64% | 0.35% | - |
| HSV(B) | 66.43º | 0.78% | 0.56% | - |
| XYZ | 19.75 | 24.96 | 5.14 | - |
| YUV | 127.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 32 | 0.08 | 0 | 0.78 | 0.44 | 66.43 | 0.64 | 0.35 |
| Hex | 84 | 90 | 20 | 8 | 0 | 4E | 2C | 42 | 40 | 23 |
| Octal | 204 | 220 | 40 | 10 | 0 | 116 | 54 | 102 | 100 | 43 |
| Binary | 10000100 | 10010000 | 100000 | 1000 | 0 | 1001110 | 101100 | 1000010 | 1000000 | 100011 |
Color Harmonies of #849020
Complementary color
Monochromatic Colors of #849020
Black with #849020
Text Example
Text Example
White with #849020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849020; }
p { color: rgb(132,144,32); }
H1.HeaderClassName
{
color: #849020;
}
.AnyTagClassName
{
color: #849020;
}
</style>
background-color css
<style>
a { background-color: #849020; }
a { background-color: rgb(132,144,32); }
div.DivClassName
{
background-color: #849020;
}
.BgClassName
{
background-color: #849020;
}
</style>
border-color css
<style>
span { border-color: #849020; }
span { border-color: rgb(132,144,32); }
td.TdClassName
{
border-color: #849020;
}
.TagClassName
{
border-color: #849020;
}
</style>