Shades of Citron #82941C
Tints of Citron #82941C
RGB
CMYK
RGB Variations
Color information
#82941C (or 0x82941C) is known color: Citron. HEX triplet: 82, 94 and 1C. RGB value is (130,148,28). Sum of RGB (Red+Green+Blue) = 130+148+28=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #82941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82941C is #7D6BE3. Grayscale: #818181. Windows color (decimal): -8219620 or 1873026. OLE color: 1873026.
HSL color Cylindrical-coordinate representation of color #82941C: hue angle of 69º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82941C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 28 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.42 |
| HSL | 69º | 0.68% | 0.35% | - |
| HSV(B) | 69º | 0.81% | 0.58% | - |
| XYZ | 20.01 | 26.01 | 5.06 | - |
| YUV | 128.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 28 | 0.12 | 0 | 0.81 | 0.42 | 69 | 0.68 | 0.35 |
| Hex | 82 | 94 | 1C | C | 0 | 51 | 2A | 45 | 44 | 23 |
| Octal | 202 | 224 | 34 | 14 | 0 | 121 | 52 | 105 | 104 | 43 |
| Binary | 10000010 | 10010100 | 11100 | 1100 | 0 | 1010001 | 101010 | 1000101 | 1000100 | 100011 |
Color Harmonies of #82941C
Complementary color
Monochromatic Colors of #82941C
Black with #82941C
Text Example
Text Example
White with #82941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82941C; }
p { color: rgb(130,148,28); }
H1.HeaderClassName
{
color: #82941C;
}
.AnyTagClassName
{
color: #82941C;
}
</style>
background-color css
<style>
a { background-color: #82941C; }
a { background-color: rgb(130,148,28); }
div.DivClassName
{
background-color: #82941C;
}
.BgClassName
{
background-color: #82941C;
}
</style>
border-color css
<style>
span { border-color: #82941C; }
span { border-color: rgb(130,148,28); }
td.TdClassName
{
border-color: #82941C;
}
.TagClassName
{
border-color: #82941C;
}
</style>