Shades of Citron #84901F
Tints of Citron #84901F
RGB
CMYK
RGB Variations
Color information
#84901F (or 0x84901F) is known color: Citron. HEX triplet: 84, 90 and 1F. RGB value is (132,144,31). Sum of RGB (Red+Green+Blue) = 132+144+31=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #84901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84901F is #7B6FE0. Grayscale: #7F7F7F. Windows color (decimal): -8089569 or 2068612. OLE color: 2068612.
HSL color Cylindrical-coordinate representation of color #84901F: hue angle of 66.37º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84901F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 31 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.44 |
| HSL | 66.37º | 0.65% | 0.34% | - |
| HSV(B) | 66.37º | 0.78% | 0.56% | - |
| XYZ | 19.74 | 24.95 | 5.07 | - |
| YUV | 127.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 31 | 0.08 | 0 | 0.78 | 0.44 | 66.37 | 0.65 | 0.34 |
| Hex | 84 | 90 | 1F | 8 | 0 | 4E | 2C | 42 | 41 | 22 |
| Octal | 204 | 220 | 37 | 10 | 0 | 116 | 54 | 102 | 101 | 42 |
| Binary | 10000100 | 10010000 | 11111 | 1000 | 0 | 1001110 | 101100 | 1000010 | 1000001 | 100010 |
Color Harmonies of #84901F
Complementary color
Monochromatic Colors of #84901F
Black with #84901F
Text Example
Text Example
White with #84901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84901F; }
p { color: rgb(132,144,31); }
H1.HeaderClassName
{
color: #84901F;
}
.AnyTagClassName
{
color: #84901F;
}
</style>
background-color css
<style>
a { background-color: #84901F; }
a { background-color: rgb(132,144,31); }
div.DivClassName
{
background-color: #84901F;
}
.BgClassName
{
background-color: #84901F;
}
</style>
border-color css
<style>
span { border-color: #84901F; }
span { border-color: rgb(132,144,31); }
td.TdClassName
{
border-color: #84901F;
}
.TagClassName
{
border-color: #84901F;
}
</style>