Shades of Citron #84961D
Tints of Citron #84961D
RGB
CMYK
RGB Variations
Color information
#84961D (or 0x84961D) is known color: Citron. HEX triplet: 84, 96 and 1D. RGB value is (132,150,29). Sum of RGB (Red+Green+Blue) = 132+150+29=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #84961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84961D is #7B69E2. Grayscale: #838383. Windows color (decimal): -8088035 or 1939076. OLE color: 1939076.
HSL color Cylindrical-coordinate representation of color #84961D: hue angle of 68.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84961D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 29 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.41 |
| HSL | 68.93º | 0.68% | 0.35% | - |
| HSV(B) | 68.93º | 0.81% | 0.59% | - |
| XYZ | 20.64 | 26.81 | 5.25 | - |
| YUV | 130.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 29 | 0.12 | 0 | 0.81 | 0.41 | 68.93 | 0.68 | 0.35 |
| Hex | 84 | 96 | 1D | C | 0 | 51 | 29 | 45 | 44 | 23 |
| Octal | 204 | 226 | 35 | 14 | 0 | 121 | 51 | 105 | 104 | 43 |
| Binary | 10000100 | 10010110 | 11101 | 1100 | 0 | 1010001 | 101001 | 1000101 | 1000100 | 100011 |
Color Harmonies of #84961D
Complementary color
Monochromatic Colors of #84961D
Black with #84961D
Text Example
Text Example
White with #84961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84961D; }
p { color: rgb(132,150,29); }
H1.HeaderClassName
{
color: #84961D;
}
.AnyTagClassName
{
color: #84961D;
}
</style>
background-color css
<style>
a { background-color: #84961D; }
a { background-color: rgb(132,150,29); }
div.DivClassName
{
background-color: #84961D;
}
.BgClassName
{
background-color: #84961D;
}
</style>
border-color css
<style>
span { border-color: #84961D; }
span { border-color: rgb(132,150,29); }
td.TdClassName
{
border-color: #84961D;
}
.TagClassName
{
border-color: #84961D;
}
</style>