Shades of Citron #829A25
Tints of Citron #829A25
RGB
CMYK
RGB Variations
Color information
#829A25 (or 0x829A25) is known color: Citron. HEX triplet: 82, 9A and 25. RGB value is (130,154,37). Sum of RGB (Red+Green+Blue) = 130+154+37=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #829A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A25 is #7D65DA. Grayscale: #858585. Windows color (decimal): -8218075 or 2464386. OLE color: 2464386.
HSL color Cylindrical-coordinate representation of color #829A25: hue angle of 72.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #829A25 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 37 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.40 |
| HSL | 72.31º | 0.61% | 0.37% | - |
| HSV(B) | 72.31º | 0.76% | 0.6% | - |
| XYZ | 21.1 | 27.99 | 6.04 | - |
| YUV | 133.49 | 73.55 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 37 | 0.16 | 0 | 0.76 | 0.40 | 72.31 | 0.61 | 0.37 |
| Hex | 82 | 9A | 25 | 10 | 0 | 4C | 28 | 48 | 3D | 25 |
| Octal | 202 | 232 | 45 | 20 | 0 | 114 | 50 | 110 | 75 | 45 |
| Binary | 10000010 | 10011010 | 100101 | 10000 | 0 | 1001100 | 101000 | 1001000 | 111101 | 100101 |
Color Harmonies of #829A25
Complementary color
Monochromatic Colors of #829A25
Black with #829A25
Text Example
Text Example
White with #829A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A25; }
p { color: rgb(130,154,37); }
H1.HeaderClassName
{
color: #829A25;
}
.AnyTagClassName
{
color: #829A25;
}
</style>
background-color css
<style>
a { background-color: #829A25; }
a { background-color: rgb(130,154,37); }
div.DivClassName
{
background-color: #829A25;
}
.BgClassName
{
background-color: #829A25;
}
</style>
border-color css
<style>
span { border-color: #829A25; }
span { border-color: rgb(130,154,37); }
td.TdClassName
{
border-color: #829A25;
}
.TagClassName
{
border-color: #829A25;
}
</style>