Shades of Citron #849D0C
Tints of Citron #849D0C
RGB
CMYK
RGB Variations
Color information
#849D0C (or 0x849D0C) is known color: Citron. HEX triplet: 84, 9D and 0C. RGB value is (132,157,12). Sum of RGB (Red+Green+Blue) = 132+157+12=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #849D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D0C is #7B62F3. Grayscale: #858585. Windows color (decimal): -8086260 or 826756. OLE color: 826756.
HSL color Cylindrical-coordinate representation of color #849D0C: hue angle of 70.34º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #849D0C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 12 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.38 |
| HSL | 70.34º | 0.86% | 0.33% | - |
| HSV(B) | 70.34º | 0.92% | 0.62% | - |
| XYZ | 21.64 | 29.05 | 4.81 | - |
| YUV | 133 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 12 | 0.16 | 0 | 0.92 | 0.38 | 70.34 | 0.86 | 0.33 |
| Hex | 84 | 9D | C | 10 | 0 | 5C | 26 | 46 | 56 | 21 |
| Octal | 204 | 235 | 14 | 20 | 0 | 134 | 46 | 106 | 126 | 41 |
| Binary | 10000100 | 10011101 | 1100 | 10000 | 0 | 1011100 | 100110 | 1000110 | 1010110 | 100001 |
Color Harmonies of #849D0C
Complementary color
Monochromatic Colors of #849D0C
Black with #849D0C
Text Example
Text Example
White with #849D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D0C; }
p { color: rgb(132,157,12); }
H1.HeaderClassName
{
color: #849D0C;
}
.AnyTagClassName
{
color: #849D0C;
}
</style>
background-color css
<style>
a { background-color: #849D0C; }
a { background-color: rgb(132,157,12); }
div.DivClassName
{
background-color: #849D0C;
}
.BgClassName
{
background-color: #849D0C;
}
</style>
border-color css
<style>
span { border-color: #849D0C; }
span { border-color: rgb(132,157,12); }
td.TdClassName
{
border-color: #849D0C;
}
.TagClassName
{
border-color: #849D0C;
}
</style>