Shades of Citron #82981E
Tints of Citron #82981E
RGB
CMYK
RGB Variations
Color information
#82981E (or 0x82981E) is known color: Citron. HEX triplet: 82, 98 and 1E. RGB value is (130,152,30). Sum of RGB (Red+Green+Blue) = 130+152+30=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #82981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82981E is #7D67E1. Grayscale: #838383. Windows color (decimal): -8218594 or 2005122. OLE color: 2005122.
HSL color Cylindrical-coordinate representation of color #82981E: hue angle of 70.82º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82981E is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 30 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.40 |
| HSL | 70.82º | 0.67% | 0.36% | - |
| HSV(B) | 70.82º | 0.8% | 0.6% | - |
| XYZ | 20.67 | 27.3 | 5.41 | - |
| YUV | 131.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 30 | 0.14 | 0 | 0.80 | 0.40 | 70.82 | 0.67 | 0.36 |
| Hex | 82 | 98 | 1E | E | 0 | 50 | 28 | 47 | 43 | 24 |
| Octal | 202 | 230 | 36 | 16 | 0 | 120 | 50 | 107 | 103 | 44 |
| Binary | 10000010 | 10011000 | 11110 | 1110 | 0 | 1010000 | 101000 | 1000111 | 1000011 | 100100 |
Color Harmonies of #82981E
Complementary color
Monochromatic Colors of #82981E
Black with #82981E
Text Example
Text Example
White with #82981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82981E; }
p { color: rgb(130,152,30); }
H1.HeaderClassName
{
color: #82981E;
}
.AnyTagClassName
{
color: #82981E;
}
</style>
background-color css
<style>
a { background-color: #82981E; }
a { background-color: rgb(130,152,30); }
div.DivClassName
{
background-color: #82981E;
}
.BgClassName
{
background-color: #82981E;
}
</style>
border-color css
<style>
span { border-color: #82981E; }
span { border-color: rgb(130,152,30); }
td.TdClassName
{
border-color: #82981E;
}
.TagClassName
{
border-color: #82981E;
}
</style>