Shades of Citron #82930D
Tints of Citron #82930D
RGB
CMYK
RGB Variations
Color information
#82930D (or 0x82930D) is known color: Citron. HEX triplet: 82, 93 and 0D. RGB value is (130,147,13). Sum of RGB (Red+Green+Blue) = 130+147+13=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #82930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82930D is #7D6CF2. Grayscale: #7F7F7F. Windows color (decimal): -8219891 or 889730. OLE color: 889730.
HSL color Cylindrical-coordinate representation of color #82930D: hue angle of 67.61º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82930D is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 13 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.42 |
| HSL | 67.61º | 0.84% | 0.31% | - |
| HSV(B) | 67.61º | 0.91% | 0.58% | - |
| XYZ | 19.71 | 25.64 | 4.29 | - |
| YUV | 126.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 13 | 0.12 | 0 | 0.91 | 0.42 | 67.61 | 0.84 | 0.31 |
| Hex | 82 | 93 | D | C | 0 | 5B | 2A | 44 | 54 | 1F |
| Octal | 202 | 223 | 15 | 14 | 0 | 133 | 52 | 104 | 124 | 37 |
| Binary | 10000010 | 10010011 | 1101 | 1100 | 0 | 1011011 | 101010 | 1000100 | 1010100 | 11111 |
Color Harmonies of #82930D
Complementary color
Monochromatic Colors of #82930D
Black with #82930D
Text Example
Text Example
White with #82930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82930D; }
p { color: rgb(130,147,13); }
H1.HeaderClassName
{
color: #82930D;
}
.AnyTagClassName
{
color: #82930D;
}
</style>
background-color css
<style>
a { background-color: #82930D; }
a { background-color: rgb(130,147,13); }
div.DivClassName
{
background-color: #82930D;
}
.BgClassName
{
background-color: #82930D;
}
</style>
border-color css
<style>
span { border-color: #82930D; }
span { border-color: rgb(130,147,13); }
td.TdClassName
{
border-color: #82930D;
}
.TagClassName
{
border-color: #82930D;
}
</style>