Shades of Citron #829623
Tints of Citron #829623
RGB
CMYK
RGB Variations
Color information
#829623 (or 0x829623) is known color: Citron. HEX triplet: 82, 96 and 23. RGB value is (130,150,35). Sum of RGB (Red+Green+Blue) = 130+150+35=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #829623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829623 is #7D69DC. Grayscale: #838383. Windows color (decimal): -8219101 or 2332290. OLE color: 2332290.
HSL color Cylindrical-coordinate representation of color #829623: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829623 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 35 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.41 |
| HSL | 70.43º | 0.62% | 0.36% | - |
| HSV(B) | 70.43º | 0.77% | 0.59% | - |
| XYZ | 20.42 | 26.68 | 5.66 | - |
| YUV | 130.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 35 | 0.13 | 0 | 0.77 | 0.41 | 70.43 | 0.62 | 0.36 |
| Hex | 82 | 96 | 23 | D | 0 | 4D | 29 | 46 | 3E | 24 |
| Octal | 202 | 226 | 43 | 15 | 0 | 115 | 51 | 106 | 76 | 44 |
| Binary | 10000010 | 10010110 | 100011 | 1101 | 0 | 1001101 | 101001 | 1000110 | 111110 | 100100 |
Color Harmonies of #829623
Complementary color
Monochromatic Colors of #829623
Black with #829623
Text Example
Text Example
White with #829623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829623; }
p { color: rgb(130,150,35); }
H1.HeaderClassName
{
color: #829623;
}
.AnyTagClassName
{
color: #829623;
}
</style>
background-color css
<style>
a { background-color: #829623; }
a { background-color: rgb(130,150,35); }
div.DivClassName
{
background-color: #829623;
}
.BgClassName
{
background-color: #829623;
}
</style>
border-color css
<style>
span { border-color: #829623; }
span { border-color: rgb(130,150,35); }
td.TdClassName
{
border-color: #829623;
}
.TagClassName
{
border-color: #829623;
}
</style>