Shades of Citron #84921C
Tints of Citron #84921C
RGB
CMYK
RGB Variations
Color information
#84921C (or 0x84921C) is known color: Citron. HEX triplet: 84, 92 and 1C. RGB value is (132,146,28). Sum of RGB (Red+Green+Blue) = 132+146+28=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #84921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84921C is #7B6DE3. Grayscale: #808080. Windows color (decimal): -8089060 or 1872516. OLE color: 1872516.
HSL color Cylindrical-coordinate representation of color #84921C: hue angle of 67.12º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84921C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 28 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.43 |
| HSL | 67.12º | 0.68% | 0.34% | - |
| HSV(B) | 67.12º | 0.81% | 0.57% | - |
| XYZ | 20 | 25.55 | 4.98 | - |
| YUV | 128.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 28 | 0.10 | 0 | 0.81 | 0.43 | 67.12 | 0.68 | 0.34 |
| Hex | 84 | 92 | 1C | A | 0 | 51 | 2B | 43 | 44 | 22 |
| Octal | 204 | 222 | 34 | 12 | 0 | 121 | 53 | 103 | 104 | 42 |
| Binary | 10000100 | 10010010 | 11100 | 1010 | 0 | 1010001 | 101011 | 1000011 | 1000100 | 100010 |
Color Harmonies of #84921C
Complementary color
Monochromatic Colors of #84921C
Black with #84921C
Text Example
Text Example
White with #84921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84921C; }
p { color: rgb(132,146,28); }
H1.HeaderClassName
{
color: #84921C;
}
.AnyTagClassName
{
color: #84921C;
}
</style>
background-color css
<style>
a { background-color: #84921C; }
a { background-color: rgb(132,146,28); }
div.DivClassName
{
background-color: #84921C;
}
.BgClassName
{
background-color: #84921C;
}
</style>
border-color css
<style>
span { border-color: #84921C; }
span { border-color: rgb(132,146,28); }
td.TdClassName
{
border-color: #84921C;
}
.TagClassName
{
border-color: #84921C;
}
</style>