Shades of Citron #84931D
Tints of Citron #84931D
RGB
CMYK
RGB Variations
Color information
#84931D (or 0x84931D) is known color: Citron. HEX triplet: 84, 93 and 1D. RGB value is (132,147,29). Sum of RGB (Red+Green+Blue) = 132+147+29=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #84931D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84931D is #7B6CE2. Grayscale: #818181. Windows color (decimal): -8088803 or 1938308. OLE color: 1938308.
HSL color Cylindrical-coordinate representation of color #84931D: hue angle of 67.63º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84931D is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 29 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.42 |
| HSL | 67.63º | 0.67% | 0.35% | - |
| HSV(B) | 67.63º | 0.8% | 0.58% | - |
| XYZ | 20.17 | 25.86 | 5.09 | - |
| YUV | 129.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 29 | 0.10 | 0 | 0.80 | 0.42 | 67.63 | 0.67 | 0.35 |
| Hex | 84 | 93 | 1D | A | 0 | 50 | 2A | 44 | 43 | 23 |
| Octal | 204 | 223 | 35 | 12 | 0 | 120 | 52 | 104 | 103 | 43 |
| Binary | 10000100 | 10010011 | 11101 | 1010 | 0 | 1010000 | 101010 | 1000100 | 1000011 | 100011 |
Color Harmonies of #84931D
Complementary color
Monochromatic Colors of #84931D
Black with #84931D
Text Example
Text Example
White with #84931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84931D; }
p { color: rgb(132,147,29); }
H1.HeaderClassName
{
color: #84931D;
}
.AnyTagClassName
{
color: #84931D;
}
</style>
background-color css
<style>
a { background-color: #84931D; }
a { background-color: rgb(132,147,29); }
div.DivClassName
{
background-color: #84931D;
}
.BgClassName
{
background-color: #84931D;
}
</style>
border-color css
<style>
span { border-color: #84931D; }
span { border-color: rgb(132,147,29); }
td.TdClassName
{
border-color: #84931D;
}
.TagClassName
{
border-color: #84931D;
}
</style>