Shades of Citron #84970B
Tints of Citron #84970B
RGB
CMYK
RGB Variations
Color information
#84970B (or 0x84970B) is known color: Citron. HEX triplet: 84, 97 and 0B. RGB value is (132,151,11). Sum of RGB (Red+Green+Blue) = 132+151+11=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #84970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84970B is #7B68F4. Grayscale: #818181. Windows color (decimal): -8087797 or 759684. OLE color: 759684.
HSL color Cylindrical-coordinate representation of color #84970B: hue angle of 68.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84970B is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 11 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.41 |
| HSL | 68.14º | 0.86% | 0.32% | - |
| HSV(B) | 68.14º | 0.93% | 0.59% | - |
| XYZ | 20.64 | 27.06 | 4.45 | - |
| YUV | 129.36 | 61.21 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 11 | 0.13 | 0 | 0.93 | 0.41 | 68.14 | 0.86 | 0.32 |
| Hex | 84 | 97 | B | D | 0 | 5D | 29 | 44 | 56 | 20 |
| Octal | 204 | 227 | 13 | 15 | 0 | 135 | 51 | 104 | 126 | 40 |
| Binary | 10000100 | 10010111 | 1011 | 1101 | 0 | 1011101 | 101001 | 1000100 | 1010110 | 100000 |
Color Harmonies of #84970B
Complementary color
Monochromatic Colors of #84970B
Black with #84970B
Text Example
Text Example
White with #84970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84970B; }
p { color: rgb(132,151,11); }
H1.HeaderClassName
{
color: #84970B;
}
.AnyTagClassName
{
color: #84970B;
}
</style>
background-color css
<style>
a { background-color: #84970B; }
a { background-color: rgb(132,151,11); }
div.DivClassName
{
background-color: #84970B;
}
.BgClassName
{
background-color: #84970B;
}
</style>
border-color css
<style>
span { border-color: #84970B; }
span { border-color: rgb(132,151,11); }
td.TdClassName
{
border-color: #84970B;
}
.TagClassName
{
border-color: #84970B;
}
</style>