Shades of Citron #829A1B
Tints of Citron #829A1B
RGB
CMYK
RGB Variations
Color information
#829A1B (or 0x829A1B) is known color: Citron. HEX triplet: 82, 9A and 1B. RGB value is (130,154,27). Sum of RGB (Red+Green+Blue) = 130+154+27=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #829A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A1B is #7D65E4. Grayscale: #848484. Windows color (decimal): -8218085 or 1809026. OLE color: 1809026.
HSL color Cylindrical-coordinate representation of color #829A1B: hue angle of 71.34º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #829A1B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 27 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.40 |
| HSL | 71.34º | 0.7% | 0.35% | - |
| HSV(B) | 71.34º | 0.82% | 0.6% | - |
| XYZ | 20.96 | 27.94 | 5.32 | - |
| YUV | 132.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 27 | 0.16 | 0 | 0.82 | 0.40 | 71.34 | 0.7 | 0.35 |
| Hex | 82 | 9A | 1B | 10 | 0 | 52 | 28 | 47 | 46 | 23 |
| Octal | 202 | 232 | 33 | 20 | 0 | 122 | 50 | 107 | 106 | 43 |
| Binary | 10000010 | 10011010 | 11011 | 10000 | 0 | 1010010 | 101000 | 1000111 | 1000110 | 100011 |
Color Harmonies of #829A1B
Complementary color
Monochromatic Colors of #829A1B
Black with #829A1B
Text Example
Text Example
White with #829A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A1B; }
p { color: rgb(130,154,27); }
H1.HeaderClassName
{
color: #829A1B;
}
.AnyTagClassName
{
color: #829A1B;
}
</style>
background-color css
<style>
a { background-color: #829A1B; }
a { background-color: rgb(130,154,27); }
div.DivClassName
{
background-color: #829A1B;
}
.BgClassName
{
background-color: #829A1B;
}
</style>
border-color css
<style>
span { border-color: #829A1B; }
span { border-color: rgb(130,154,27); }
td.TdClassName
{
border-color: #829A1B;
}
.TagClassName
{
border-color: #829A1B;
}
</style>