Shades of Citron #84940B
Tints of Citron #84940B
RGB
CMYK
RGB Variations
Color information
#84940B (or 0x84940B) is known color: Citron. HEX triplet: 84, 94 and 0B. RGB value is (132,148,11). Sum of RGB (Red+Green+Blue) = 132+148+11=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #84940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84940B is #7B6BF4. Grayscale: #808080. Windows color (decimal): -8088565 or 758916. OLE color: 758916.
HSL color Cylindrical-coordinate representation of color #84940B: hue angle of 67.01º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84940B is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 11 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.42 |
| HSL | 67.01º | 0.86% | 0.31% | - |
| HSV(B) | 67.01º | 0.93% | 0.58% | - |
| XYZ | 20.17 | 26.11 | 4.29 | - |
| YUV | 127.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 11 | 0.11 | 0 | 0.93 | 0.42 | 67.01 | 0.86 | 0.31 |
| Hex | 84 | 94 | B | B | 0 | 5D | 2A | 43 | 56 | 1F |
| Octal | 204 | 224 | 13 | 13 | 0 | 135 | 52 | 103 | 126 | 37 |
| Binary | 10000100 | 10010100 | 1011 | 1011 | 0 | 1011101 | 101010 | 1000011 | 1010110 | 11111 |
Color Harmonies of #84940B
Complementary color
Monochromatic Colors of #84940B
Black with #84940B
Text Example
Text Example
White with #84940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84940B; }
p { color: rgb(132,148,11); }
H1.HeaderClassName
{
color: #84940B;
}
.AnyTagClassName
{
color: #84940B;
}
</style>
background-color css
<style>
a { background-color: #84940B; }
a { background-color: rgb(132,148,11); }
div.DivClassName
{
background-color: #84940B;
}
.BgClassName
{
background-color: #84940B;
}
</style>
border-color css
<style>
span { border-color: #84940B; }
span { border-color: rgb(132,148,11); }
td.TdClassName
{
border-color: #84940B;
}
.TagClassName
{
border-color: #84940B;
}
</style>