Shades of Citron #82940F
Tints of Citron #82940F
RGB
CMYK
RGB Variations
Color information
#82940F (or 0x82940F) is known color: Citron. HEX triplet: 82, 94 and 0F. RGB value is (130,148,15). Sum of RGB (Red+Green+Blue) = 130+148+15=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #82940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82940F is #7D6BF0. Grayscale: #7F7F7F. Windows color (decimal): -8219633 or 1021058. OLE color: 1021058.
HSL color Cylindrical-coordinate representation of color #82940F: hue angle of 68.12º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82940F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 15 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.42 |
| HSL | 68.12º | 0.82% | 0.32% | - |
| HSV(B) | 68.12º | 0.9% | 0.58% | - |
| XYZ | 19.88 | 25.96 | 4.41 | - |
| YUV | 127.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 15 | 0.12 | 0 | 0.90 | 0.42 | 68.12 | 0.82 | 0.32 |
| Hex | 82 | 94 | F | C | 0 | 5A | 2A | 44 | 52 | 20 |
| Octal | 202 | 224 | 17 | 14 | 0 | 132 | 52 | 104 | 122 | 40 |
| Binary | 10000010 | 10010100 | 1111 | 1100 | 0 | 1011010 | 101010 | 1000100 | 1010010 | 100000 |
Color Harmonies of #82940F
Complementary color
Monochromatic Colors of #82940F
Black with #82940F
Text Example
Text Example
White with #82940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82940F; }
p { color: rgb(130,148,15); }
H1.HeaderClassName
{
color: #82940F;
}
.AnyTagClassName
{
color: #82940F;
}
</style>
background-color css
<style>
a { background-color: #82940F; }
a { background-color: rgb(130,148,15); }
div.DivClassName
{
background-color: #82940F;
}
.BgClassName
{
background-color: #82940F;
}
</style>
border-color css
<style>
span { border-color: #82940F; }
span { border-color: rgb(130,148,15); }
td.TdClassName
{
border-color: #82940F;
}
.TagClassName
{
border-color: #82940F;
}
</style>