Shades of Citron #82981D
Tints of Citron #82981D
RGB
CMYK
RGB Variations
Color information
#82981D (or 0x82981D) is known color: Citron. HEX triplet: 82, 98 and 1D. RGB value is (130,152,29). Sum of RGB (Red+Green+Blue) = 130+152+29=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #82981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82981D is #7D67E2. Grayscale: #838383. Windows color (decimal): -8218595 or 1939586. OLE color: 1939586.
HSL color Cylindrical-coordinate representation of color #82981D: hue angle of 70.73º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82981D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 29 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.40 |
| HSL | 70.73º | 0.68% | 0.35% | - |
| HSV(B) | 70.73º | 0.81% | 0.6% | - |
| XYZ | 20.66 | 27.29 | 5.34 | - |
| YUV | 131.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 29 | 0.14 | 0 | 0.81 | 0.40 | 70.73 | 0.68 | 0.35 |
| Hex | 82 | 98 | 1D | E | 0 | 51 | 28 | 47 | 44 | 23 |
| Octal | 202 | 230 | 35 | 16 | 0 | 121 | 50 | 107 | 104 | 43 |
| Binary | 10000010 | 10011000 | 11101 | 1110 | 0 | 1010001 | 101000 | 1000111 | 1000100 | 100011 |
Color Harmonies of #82981D
Complementary color
Monochromatic Colors of #82981D
Black with #82981D
Text Example
Text Example
White with #82981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82981D; }
p { color: rgb(130,152,29); }
H1.HeaderClassName
{
color: #82981D;
}
.AnyTagClassName
{
color: #82981D;
}
</style>
background-color css
<style>
a { background-color: #82981D; }
a { background-color: rgb(130,152,29); }
div.DivClassName
{
background-color: #82981D;
}
.BgClassName
{
background-color: #82981D;
}
</style>
border-color css
<style>
span { border-color: #82981D; }
span { border-color: rgb(130,152,29); }
td.TdClassName
{
border-color: #82981D;
}
.TagClassName
{
border-color: #82981D;
}
</style>