Shades of Citron #81940E
Tints of Citron #81940E
RGB
CMYK
RGB Variations
Color information
#81940E (or 0x81940E) is known color: Citron. HEX triplet: 81, 94 and 0E. RGB value is (129,148,14). Sum of RGB (Red+Green+Blue) = 129+148+14=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #81940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81940E is #7E6BF1. Grayscale: #7F7F7F. Windows color (decimal): -8285170 or 955521. OLE color: 955521.
HSL color Cylindrical-coordinate representation of color #81940E: hue angle of 68.51º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81940E is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 14 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.42 |
| HSL | 68.51º | 0.83% | 0.32% | - |
| HSV(B) | 68.51º | 0.91% | 0.58% | - |
| XYZ | 19.72 | 25.88 | 4.37 | - |
| YUV | 127.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 14 | 0.13 | 0 | 0.91 | 0.42 | 68.51 | 0.83 | 0.32 |
| Hex | 81 | 94 | E | D | 0 | 5B | 2A | 45 | 53 | 20 |
| Octal | 201 | 224 | 16 | 15 | 0 | 133 | 52 | 105 | 123 | 40 |
| Binary | 10000001 | 10010100 | 1110 | 1101 | 0 | 1011011 | 101010 | 1000101 | 1010011 | 100000 |
Color Harmonies of #81940E
Complementary color
Monochromatic Colors of #81940E
Black with #81940E
Text Example
Text Example
White with #81940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81940E; }
p { color: rgb(129,148,14); }
H1.HeaderClassName
{
color: #81940E;
}
.AnyTagClassName
{
color: #81940E;
}
</style>
background-color css
<style>
a { background-color: #81940E; }
a { background-color: rgb(129,148,14); }
div.DivClassName
{
background-color: #81940E;
}
.BgClassName
{
background-color: #81940E;
}
</style>
border-color css
<style>
span { border-color: #81940E; }
span { border-color: rgb(129,148,14); }
td.TdClassName
{
border-color: #81940E;
}
.TagClassName
{
border-color: #81940E;
}
</style>