Shades of Citron #84981B
Tints of Citron #84981B
RGB
CMYK
RGB Variations
Color information
#84981B (or 0x84981B) is known color: Citron. HEX triplet: 84, 98 and 1B. RGB value is (132,152,27). Sum of RGB (Red+Green+Blue) = 132+152+27=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #84981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84981B is #7B67E4. Grayscale: #848484. Windows color (decimal): -8087525 or 1808516. OLE color: 1808516.
HSL color Cylindrical-coordinate representation of color #84981B: hue angle of 69.6º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84981B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 27 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.40 |
| HSL | 69.6º | 0.7% | 0.35% | - |
| HSV(B) | 69.6º | 0.82% | 0.6% | - |
| XYZ | 20.94 | 27.44 | 5.23 | - |
| YUV | 131.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 27 | 0.13 | 0 | 0.82 | 0.40 | 69.6 | 0.7 | 0.35 |
| Hex | 84 | 98 | 1B | D | 0 | 52 | 28 | 46 | 46 | 23 |
| Octal | 204 | 230 | 33 | 15 | 0 | 122 | 50 | 106 | 106 | 43 |
| Binary | 10000100 | 10011000 | 11011 | 1101 | 0 | 1010010 | 101000 | 1000110 | 1000110 | 100011 |
Color Harmonies of #84981B
Complementary color
Monochromatic Colors of #84981B
Black with #84981B
Text Example
Text Example
White with #84981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84981B; }
p { color: rgb(132,152,27); }
H1.HeaderClassName
{
color: #84981B;
}
.AnyTagClassName
{
color: #84981B;
}
</style>
background-color css
<style>
a { background-color: #84981B; }
a { background-color: rgb(132,152,27); }
div.DivClassName
{
background-color: #84981B;
}
.BgClassName
{
background-color: #84981B;
}
</style>
border-color css
<style>
span { border-color: #84981B; }
span { border-color: rgb(132,152,27); }
td.TdClassName
{
border-color: #84981B;
}
.TagClassName
{
border-color: #84981B;
}
</style>