Shades of Citron #82951D
Tints of Citron #82951D
RGB
CMYK
RGB Variations
Color information
#82951D (or 0x82951D) is known color: Citron. HEX triplet: 82, 95 and 1D. RGB value is (130,149,29). Sum of RGB (Red+Green+Blue) = 130+149+29=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #82951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82951D is #7D6AE2. Grayscale: #828282. Windows color (decimal): -8219363 or 1938818. OLE color: 1938818.
HSL color Cylindrical-coordinate representation of color #82951D: hue angle of 69.5º degrees, saturation: 0.67, 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 #82951D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 29 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.42 |
| HSL | 69.5º | 0.67% | 0.35% | - |
| HSV(B) | 69.5º | 0.81% | 0.58% | - |
| XYZ | 20.18 | 26.33 | 5.18 | - |
| YUV | 129.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 29 | 0.13 | 0 | 0.81 | 0.42 | 69.5 | 0.67 | 0.35 |
| Hex | 82 | 95 | 1D | D | 0 | 51 | 2A | 46 | 43 | 23 |
| Octal | 202 | 225 | 35 | 15 | 0 | 121 | 52 | 106 | 103 | 43 |
| Binary | 10000010 | 10010101 | 11101 | 1101 | 0 | 1010001 | 101010 | 1000110 | 1000011 | 100011 |
Color Harmonies of #82951D
Complementary color
Monochromatic Colors of #82951D
Black with #82951D
Text Example
Text Example
White with #82951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82951D; }
p { color: rgb(130,149,29); }
H1.HeaderClassName
{
color: #82951D;
}
.AnyTagClassName
{
color: #82951D;
}
</style>
background-color css
<style>
a { background-color: #82951D; }
a { background-color: rgb(130,149,29); }
div.DivClassName
{
background-color: #82951D;
}
.BgClassName
{
background-color: #82951D;
}
</style>
border-color css
<style>
span { border-color: #82951D; }
span { border-color: rgb(130,149,29); }
td.TdClassName
{
border-color: #82951D;
}
.TagClassName
{
border-color: #82951D;
}
</style>