Shades of Citron #849123
Tints of Citron #849123
RGB
CMYK
RGB Variations
Color information
#849123 (or 0x849123) is known color: Citron. HEX triplet: 84, 91 and 23. RGB value is (132,145,35). Sum of RGB (Red+Green+Blue) = 132+145+35=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #849123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849123 is #7B6EDC. Grayscale: #818181. Windows color (decimal): -8089309 or 2331012. OLE color: 2331012.
HSL color Cylindrical-coordinate representation of color #849123: hue angle of 67.09º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #849123 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 35 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.43 |
| HSL | 67.09º | 0.61% | 0.35% | - |
| HSV(B) | 67.09º | 0.76% | 0.57% | - |
| XYZ | 19.94 | 25.28 | 5.42 | - |
| YUV | 128.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 35 | 0.09 | 0 | 0.76 | 0.43 | 67.09 | 0.61 | 0.35 |
| Hex | 84 | 91 | 23 | 9 | 0 | 4C | 2B | 43 | 3D | 23 |
| Octal | 204 | 221 | 43 | 11 | 0 | 114 | 53 | 103 | 75 | 43 |
| Binary | 10000100 | 10010001 | 100011 | 1001 | 0 | 1001100 | 101011 | 1000011 | 111101 | 100011 |
Color Harmonies of #849123
Complementary color
Monochromatic Colors of #849123
Black with #849123
Text Example
Text Example
White with #849123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849123; }
p { color: rgb(132,145,35); }
H1.HeaderClassName
{
color: #849123;
}
.AnyTagClassName
{
color: #849123;
}
</style>
background-color css
<style>
a { background-color: #849123; }
a { background-color: rgb(132,145,35); }
div.DivClassName
{
background-color: #849123;
}
.BgClassName
{
background-color: #849123;
}
</style>
border-color css
<style>
span { border-color: #849123; }
span { border-color: rgb(132,145,35); }
td.TdClassName
{
border-color: #849123;
}
.TagClassName
{
border-color: #849123;
}
</style>