Shades of Citron #84940E
Tints of Citron #84940E
RGB
CMYK
RGB Variations
Color information
#84940E (or 0x84940E) is known color: Citron. HEX triplet: 84, 94 and 0E. RGB value is (132,148,14). Sum of RGB (Red+Green+Blue) = 132+148+14=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #84940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84940E is #7B6BF1. Grayscale: #808080. Windows color (decimal): -8088562 or 955524. OLE color: 955524.
HSL color Cylindrical-coordinate representation of color #84940E: hue angle of 67.16º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84940E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 14 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.42 |
| HSL | 67.16º | 0.83% | 0.32% | - |
| HSV(B) | 67.16º | 0.91% | 0.58% | - |
| XYZ | 20.18 | 26.12 | 4.39 | - |
| YUV | 127.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 14 | 0.11 | 0 | 0.91 | 0.42 | 67.16 | 0.83 | 0.32 |
| Hex | 84 | 94 | E | B | 0 | 5B | 2A | 43 | 53 | 20 |
| Octal | 204 | 224 | 16 | 13 | 0 | 133 | 52 | 103 | 123 | 40 |
| Binary | 10000100 | 10010100 | 1110 | 1011 | 0 | 1011011 | 101010 | 1000011 | 1010011 | 100000 |
Color Harmonies of #84940E
Complementary color
Monochromatic Colors of #84940E
Black with #84940E
Text Example
Text Example
White with #84940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84940E; }
p { color: rgb(132,148,14); }
H1.HeaderClassName
{
color: #84940E;
}
.AnyTagClassName
{
color: #84940E;
}
</style>
background-color css
<style>
a { background-color: #84940E; }
a { background-color: rgb(132,148,14); }
div.DivClassName
{
background-color: #84940E;
}
.BgClassName
{
background-color: #84940E;
}
</style>
border-color css
<style>
span { border-color: #84940E; }
span { border-color: rgb(132,148,14); }
td.TdClassName
{
border-color: #84940E;
}
.TagClassName
{
border-color: #84940E;
}
</style>