Shades of Citron #80941D
Tints of Citron #80941D
RGB
CMYK
RGB Variations
Color information
#80941D (or 0x80941D) is known color: Citron. HEX triplet: 80, 94 and 1D. RGB value is (128,148,29). Sum of RGB (Red+Green+Blue) = 128+148+29=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #80941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80941D is #7F6BE2. Grayscale: #808080. Windows color (decimal): -8350691 or 1938560. OLE color: 1938560.
HSL color Cylindrical-coordinate representation of color #80941D: hue angle of 70.08º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80941D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 29 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.42 |
| HSL | 70.08º | 0.67% | 0.35% | - |
| HSV(B) | 70.08º | 0.8% | 0.58% | - |
| XYZ | 19.71 | 25.86 | 5.11 | - |
| YUV | 128.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 29 | 0.14 | 0 | 0.80 | 0.42 | 70.08 | 0.67 | 0.35 |
| Hex | 80 | 94 | 1D | E | 0 | 50 | 2A | 46 | 43 | 23 |
| Octal | 200 | 224 | 35 | 16 | 0 | 120 | 52 | 106 | 103 | 43 |
| Binary | 10000000 | 10010100 | 11101 | 1110 | 0 | 1010000 | 101010 | 1000110 | 1000011 | 100011 |
Color Harmonies of #80941D
Complementary color
Monochromatic Colors of #80941D
Black with #80941D
Text Example
Text Example
White with #80941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80941D; }
p { color: rgb(128,148,29); }
H1.HeaderClassName
{
color: #80941D;
}
.AnyTagClassName
{
color: #80941D;
}
</style>
background-color css
<style>
a { background-color: #80941D; }
a { background-color: rgb(128,148,29); }
div.DivClassName
{
background-color: #80941D;
}
.BgClassName
{
background-color: #80941D;
}
</style>
border-color css
<style>
span { border-color: #80941D; }
span { border-color: rgb(128,148,29); }
td.TdClassName
{
border-color: #80941D;
}
.TagClassName
{
border-color: #80941D;
}
</style>