Shades of Citron #849D0D
Tints of Citron #849D0D
RGB
CMYK
RGB Variations
Color information
#849D0D (or 0x849D0D) is known color: Citron. HEX triplet: 84, 9D and 0D. RGB value is (132,157,13). Sum of RGB (Red+Green+Blue) = 132+157+13=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #849D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D0D is #7B62F2. Grayscale: #858585. Windows color (decimal): -8086259 or 892292. OLE color: 892292.
HSL color Cylindrical-coordinate representation of color #849D0D: hue angle of 70.42º degrees, saturation: 0.85, 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 #849D0D is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 13 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.38 |
| HSL | 70.42º | 0.85% | 0.33% | - |
| HSV(B) | 70.42º | 0.92% | 0.62% | - |
| XYZ | 21.65 | 29.05 | 4.85 | - |
| YUV | 133.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 13 | 0.16 | 0 | 0.92 | 0.38 | 70.42 | 0.85 | 0.33 |
| Hex | 84 | 9D | D | 10 | 0 | 5C | 26 | 46 | 55 | 21 |
| Octal | 204 | 235 | 15 | 20 | 0 | 134 | 46 | 106 | 125 | 41 |
| Binary | 10000100 | 10011101 | 1101 | 10000 | 0 | 1011100 | 100110 | 1000110 | 1010101 | 100001 |
Color Harmonies of #849D0D
Complementary color
Monochromatic Colors of #849D0D
Black with #849D0D
Text Example
Text Example
White with #849D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D0D; }
p { color: rgb(132,157,13); }
H1.HeaderClassName
{
color: #849D0D;
}
.AnyTagClassName
{
color: #849D0D;
}
</style>
background-color css
<style>
a { background-color: #849D0D; }
a { background-color: rgb(132,157,13); }
div.DivClassName
{
background-color: #849D0D;
}
.BgClassName
{
background-color: #849D0D;
}
</style>
border-color css
<style>
span { border-color: #849D0D; }
span { border-color: rgb(132,157,13); }
td.TdClassName
{
border-color: #849D0D;
}
.TagClassName
{
border-color: #849D0D;
}
</style>