Shades of Citron #84990F
Tints of Citron #84990F
RGB
CMYK
RGB Variations
Color information
#84990F (or 0x84990F) is known color: Citron. HEX triplet: 84, 99 and 0F. RGB value is (132,153,15). Sum of RGB (Red+Green+Blue) = 132+153+15=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #84990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84990F is #7B66F0. Grayscale: #838383. Windows color (decimal): -8087281 or 1022340. OLE color: 1022340.
HSL color Cylindrical-coordinate representation of color #84990F: hue angle of 69.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84990F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 15 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.4 |
| HSL | 69.13º | 0.82% | 0.33% | - |
| HSV(B) | 69.13º | 0.9% | 0.6% | - |
| XYZ | 20.99 | 27.72 | 4.7 | - |
| YUV | 130.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 15 | 0.14 | 0 | 0.90 | 0.4 | 69.13 | 0.82 | 0.33 |
| Hex | 84 | 99 | F | E | 0 | 5A | 28 | 45 | 52 | 21 |
| Octal | 204 | 231 | 17 | 16 | 0 | 132 | 50 | 105 | 122 | 41 |
| Binary | 10000100 | 10011001 | 1111 | 1110 | 0 | 1011010 | 101000 | 1000101 | 1010010 | 100001 |
Color Harmonies of #84990F
Complementary color
Monochromatic Colors of #84990F
Black with #84990F
Text Example
Text Example
White with #84990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84990F; }
p { color: rgb(132,153,15); }
H1.HeaderClassName
{
color: #84990F;
}
.AnyTagClassName
{
color: #84990F;
}
</style>
background-color css
<style>
a { background-color: #84990F; }
a { background-color: rgb(132,153,15); }
div.DivClassName
{
background-color: #84990F;
}
.BgClassName
{
background-color: #84990F;
}
</style>
border-color css
<style>
span { border-color: #84990F; }
span { border-color: rgb(132,153,15); }
td.TdClassName
{
border-color: #84990F;
}
.TagClassName
{
border-color: #84990F;
}
</style>