Shades of Citron #84A11B
Tints of Citron #84A11B
RGB
CMYK
RGB Variations
Color information
#84A11B (or 0x84A11B) is known color: Citron. HEX triplet: 84, A1 and 1B. RGB value is (132,161,27). Sum of RGB (Red+Green+Blue) = 132+161+27=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #84A11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A11B is #7B5EE4. Grayscale: #898989. Windows color (decimal): -8085221 or 1810820. OLE color: 1810820.
HSL color Cylindrical-coordinate representation of color #84A11B: hue angle of 72.99º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84A11B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 27 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.37 |
| HSL | 72.99º | 0.71% | 0.37% | - |
| HSV(B) | 72.99º | 0.83% | 0.63% | - |
| XYZ | 22.46 | 30.47 | 5.74 | - |
| YUV | 137.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 27 | 0.18 | 0 | 0.83 | 0.37 | 72.99 | 0.71 | 0.37 |
| Hex | 84 | A1 | 1B | 12 | 0 | 53 | 25 | 49 | 47 | 25 |
| Octal | 204 | 241 | 33 | 22 | 0 | 123 | 45 | 111 | 107 | 45 |
| Binary | 10000100 | 10100001 | 11011 | 10010 | 0 | 1010011 | 100101 | 1001001 | 1000111 | 100101 |
Color Harmonies of #84A11B
Complementary color
Monochromatic Colors of #84A11B
Black with #84A11B
Text Example
Text Example
White with #84A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A11B; }
p { color: rgb(132,161,27); }
H1.HeaderClassName
{
color: #84A11B;
}
.AnyTagClassName
{
color: #84A11B;
}
</style>
background-color css
<style>
a { background-color: #84A11B; }
a { background-color: rgb(132,161,27); }
div.DivClassName
{
background-color: #84A11B;
}
.BgClassName
{
background-color: #84A11B;
}
</style>
border-color css
<style>
span { border-color: #84A11B; }
span { border-color: rgb(132,161,27); }
td.TdClassName
{
border-color: #84A11B;
}
.TagClassName
{
border-color: #84A11B;
}
</style>