Shades of Citron #84980C
Tints of Citron #84980C
RGB
CMYK
RGB Variations
Color information
#84980C (or 0x84980C) is known color: Citron. HEX triplet: 84, 98 and 0C. RGB value is (132,152,12). Sum of RGB (Red+Green+Blue) = 132+152+12=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #84980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84980C is #7B67F3. Grayscale: #828282. Windows color (decimal): -8087540 or 825476. OLE color: 825476.
HSL color Cylindrical-coordinate representation of color #84980C: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84980C is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 12 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.40 |
| HSL | 68.57º | 0.85% | 0.32% | - |
| HSV(B) | 68.57º | 0.92% | 0.6% | - |
| XYZ | 20.81 | 27.39 | 4.54 | - |
| YUV | 130.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 12 | 0.13 | 0 | 0.92 | 0.40 | 68.57 | 0.85 | 0.32 |
| Hex | 84 | 98 | C | D | 0 | 5C | 28 | 45 | 55 | 20 |
| Octal | 204 | 230 | 14 | 15 | 0 | 134 | 50 | 105 | 125 | 40 |
| Binary | 10000100 | 10011000 | 1100 | 1101 | 0 | 1011100 | 101000 | 1000101 | 1010101 | 100000 |
Color Harmonies of #84980C
Complementary color
Monochromatic Colors of #84980C
Black with #84980C
Text Example
Text Example
White with #84980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84980C; }
p { color: rgb(132,152,12); }
H1.HeaderClassName
{
color: #84980C;
}
.AnyTagClassName
{
color: #84980C;
}
</style>
background-color css
<style>
a { background-color: #84980C; }
a { background-color: rgb(132,152,12); }
div.DivClassName
{
background-color: #84980C;
}
.BgClassName
{
background-color: #84980C;
}
</style>
border-color css
<style>
span { border-color: #84980C; }
span { border-color: rgb(132,152,12); }
td.TdClassName
{
border-color: #84980C;
}
.TagClassName
{
border-color: #84980C;
}
</style>