Shades of Citron #829A07
Tints of Citron #829A07
RGB
CMYK
RGB Variations
Color information
#829A07 (or 0x829A07) is known color: Citron. HEX triplet: 82, 9A and 07. RGB value is (130,154,7). Sum of RGB (Red+Green+Blue) = 130+154+7=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #829A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829A07 is #7D65F8. Grayscale: #828282. Windows color (decimal): -8218105 or 498306. OLE color: 498306.
HSL color Cylindrical-coordinate representation of color #829A07: hue angle of 69.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #829A07 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 7 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.40 |
| HSL | 69.8º | 0.91% | 0.32% | - |
| HSV(B) | 69.8º | 0.95% | 0.6% | - |
| XYZ | 20.8 | 27.87 | 4.48 | - |
| YUV | 130.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 7 | 0.16 | 0 | 0.95 | 0.40 | 69.8 | 0.91 | 0.32 |
| Hex | 82 | 9A | 7 | 10 | 0 | 5F | 28 | 46 | 5B | 20 |
| Octal | 202 | 232 | 7 | 20 | 0 | 137 | 50 | 106 | 133 | 40 |
| Binary | 10000010 | 10011010 | 111 | 10000 | 0 | 1011111 | 101000 | 1000110 | 1011011 | 100000 |
Color Harmonies of #829A07
Complementary color
Monochromatic Colors of #829A07
Black with #829A07
Text Example
Text Example
White with #829A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A07; }
p { color: rgb(130,154,7); }
H1.HeaderClassName
{
color: #829A07;
}
.AnyTagClassName
{
color: #829A07;
}
</style>
background-color css
<style>
a { background-color: #829A07; }
a { background-color: rgb(130,154,7); }
div.DivClassName
{
background-color: #829A07;
}
.BgClassName
{
background-color: #829A07;
}
</style>
border-color css
<style>
span { border-color: #829A07; }
span { border-color: rgb(130,154,7); }
td.TdClassName
{
border-color: #829A07;
}
.TagClassName
{
border-color: #829A07;
}
</style>