Shades of Citron #84A01C
Tints of Citron #84A01C
RGB
CMYK
RGB Variations
Color information
#84A01C (or 0x84A01C) is known color: Citron. HEX triplet: 84, A0 and 1C. RGB value is (132,160,28). Sum of RGB (Red+Green+Blue) = 132+160+28=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #84A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A01C is #7B5FE3. Grayscale: #898989. Windows color (decimal): -8085476 or 1876100. OLE color: 1876100.
HSL color Cylindrical-coordinate representation of color #84A01C: hue angle of 72.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A01C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.37 |
| HSL | 72.73º | 0.7% | 0.37% | - |
| HSV(B) | 72.73º | 0.83% | 0.63% | - |
| XYZ | 22.3 | 30.13 | 5.74 | - |
| YUV | 136.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 28 | 0.17 | 0 | 0.82 | 0.37 | 72.73 | 0.7 | 0.37 |
| Hex | 84 | A0 | 1C | 11 | 0 | 52 | 25 | 49 | 46 | 25 |
| Octal | 204 | 240 | 34 | 21 | 0 | 122 | 45 | 111 | 106 | 45 |
| Binary | 10000100 | 10100000 | 11100 | 10001 | 0 | 1010010 | 100101 | 1001001 | 1000110 | 100101 |
Color Harmonies of #84A01C
Complementary color
Monochromatic Colors of #84A01C
Black with #84A01C
Text Example
Text Example
White with #84A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A01C; }
p { color: rgb(132,160,28); }
H1.HeaderClassName
{
color: #84A01C;
}
.AnyTagClassName
{
color: #84A01C;
}
</style>
background-color css
<style>
a { background-color: #84A01C; }
a { background-color: rgb(132,160,28); }
div.DivClassName
{
background-color: #84A01C;
}
.BgClassName
{
background-color: #84A01C;
}
</style>
border-color css
<style>
span { border-color: #84A01C; }
span { border-color: rgb(132,160,28); }
td.TdClassName
{
border-color: #84A01C;
}
.TagClassName
{
border-color: #84A01C;
}
</style>