Shades of Citron #849019
Tints of Citron #849019
RGB
CMYK
RGB Variations
Color information
#849019 (or 0x849019) is known color: Citron. HEX triplet: 84, 90 and 19. RGB value is (132,144,25). Sum of RGB (Red+Green+Blue) = 132+144+25=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #849019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849019 is #7B6FE6. Grayscale: #7F7F7F. Windows color (decimal): -8089575 or 1675396. OLE color: 1675396.
HSL color Cylindrical-coordinate representation of color #849019: hue angle of 66.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #849019 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 25 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.44 |
| HSL | 66.05º | 0.7% | 0.33% | - |
| HSV(B) | 66.05º | 0.83% | 0.56% | - |
| XYZ | 19.66 | 24.92 | 4.69 | - |
| YUV | 126.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 25 | 0.08 | 0 | 0.83 | 0.44 | 66.05 | 0.7 | 0.33 |
| Hex | 84 | 90 | 19 | 8 | 0 | 53 | 2C | 42 | 46 | 21 |
| Octal | 204 | 220 | 31 | 10 | 0 | 123 | 54 | 102 | 106 | 41 |
| Binary | 10000100 | 10010000 | 11001 | 1000 | 0 | 1010011 | 101100 | 1000010 | 1000110 | 100001 |
Color Harmonies of #849019
Complementary color
Monochromatic Colors of #849019
Black with #849019
Text Example
Text Example
White with #849019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849019; }
p { color: rgb(132,144,25); }
H1.HeaderClassName
{
color: #849019;
}
.AnyTagClassName
{
color: #849019;
}
</style>
background-color css
<style>
a { background-color: #849019; }
a { background-color: rgb(132,144,25); }
div.DivClassName
{
background-color: #849019;
}
.BgClassName
{
background-color: #849019;
}
</style>
border-color css
<style>
span { border-color: #849019; }
span { border-color: rgb(132,144,25); }
td.TdClassName
{
border-color: #849019;
}
.TagClassName
{
border-color: #849019;
}
</style>