Shades of Citron #84920E
Tints of Citron #84920E
RGB
CMYK
RGB Variations
Color information
#84920E (or 0x84920E) is known color: Citron. HEX triplet: 84, 92 and 0E. RGB value is (132,146,14). Sum of RGB (Red+Green+Blue) = 132+146+14=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #84920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84920E is #7B6DF1. Grayscale: #7F7F7F. Windows color (decimal): -8089074 or 955012. OLE color: 955012.
HSL color Cylindrical-coordinate representation of color #84920E: hue angle of 66.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84920E is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 14 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.43 |
| HSL | 66.36º | 0.83% | 0.31% | - |
| HSV(B) | 66.36º | 0.9% | 0.57% | - |
| XYZ | 19.87 | 25.5 | 4.29 | - |
| YUV | 126.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 14 | 0.10 | 0 | 0.90 | 0.43 | 66.36 | 0.83 | 0.31 |
| Hex | 84 | 92 | E | A | 0 | 5A | 2B | 42 | 52 | 1F |
| Octal | 204 | 222 | 16 | 12 | 0 | 132 | 53 | 102 | 122 | 37 |
| Binary | 10000100 | 10010010 | 1110 | 1010 | 0 | 1011010 | 101011 | 1000010 | 1010010 | 11111 |
Color Harmonies of #84920E
Complementary color
Monochromatic Colors of #84920E
Black with #84920E
Text Example
Text Example
White with #84920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84920E; }
p { color: rgb(132,146,14); }
H1.HeaderClassName
{
color: #84920E;
}
.AnyTagClassName
{
color: #84920E;
}
</style>
background-color css
<style>
a { background-color: #84920E; }
a { background-color: rgb(132,146,14); }
div.DivClassName
{
background-color: #84920E;
}
.BgClassName
{
background-color: #84920E;
}
</style>
border-color css
<style>
span { border-color: #84920E; }
span { border-color: rgb(132,146,14); }
td.TdClassName
{
border-color: #84920E;
}
.TagClassName
{
border-color: #84920E;
}
</style>