Shades of Citron #84911C
Tints of Citron #84911C
RGB
CMYK
RGB Variations
Color information
#84911C (or 0x84911C) is known color: Citron. HEX triplet: 84, 91 and 1C. RGB value is (132,145,28). Sum of RGB (Red+Green+Blue) = 132+145+28=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #84911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84911C is #7B6EE3. Grayscale: #808080. Windows color (decimal): -8089316 or 1872260. OLE color: 1872260.
HSL color Cylindrical-coordinate representation of color #84911C: hue angle of 66.67º 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 #84911C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 28 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.43 |
| HSL | 66.67º | 0.68% | 0.34% | - |
| HSV(B) | 66.67º | 0.81% | 0.57% | - |
| XYZ | 19.85 | 25.24 | 4.92 | - |
| YUV | 127.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 28 | 0.09 | 0 | 0.81 | 0.43 | 66.67 | 0.68 | 0.34 |
| Hex | 84 | 91 | 1C | 9 | 0 | 51 | 2B | 43 | 44 | 22 |
| Octal | 204 | 221 | 34 | 11 | 0 | 121 | 53 | 103 | 104 | 42 |
| Binary | 10000100 | 10010001 | 11100 | 1001 | 0 | 1010001 | 101011 | 1000011 | 1000100 | 100010 |
Color Harmonies of #84911C
Complementary color
Monochromatic Colors of #84911C
Black with #84911C
Text Example
Text Example
White with #84911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84911C; }
p { color: rgb(132,145,28); }
H1.HeaderClassName
{
color: #84911C;
}
.AnyTagClassName
{
color: #84911C;
}
</style>
background-color css
<style>
a { background-color: #84911C; }
a { background-color: rgb(132,145,28); }
div.DivClassName
{
background-color: #84911C;
}
.BgClassName
{
background-color: #84911C;
}
</style>
border-color css
<style>
span { border-color: #84911C; }
span { border-color: rgb(132,145,28); }
td.TdClassName
{
border-color: #84911C;
}
.TagClassName
{
border-color: #84911C;
}
</style>