Shades of Citron #829223
Tints of Citron #829223
RGB
CMYK
RGB Variations
Color information
#829223 (or 0x829223) is known color: Citron. HEX triplet: 82, 92 and 23. RGB value is (130,146,35). Sum of RGB (Red+Green+Blue) = 130+146+35=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #829223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829223 is #7D6DDC. Grayscale: #808080. Windows color (decimal): -8220125 or 2331266. OLE color: 2331266.
HSL color Cylindrical-coordinate representation of color #829223: hue angle of 68.65º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #829223 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 35 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.43 |
| HSL | 68.65º | 0.61% | 0.35% | - |
| HSV(B) | 68.65º | 0.76% | 0.57% | - |
| XYZ | 19.79 | 25.42 | 5.45 | - |
| YUV | 128.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 35 | 0.11 | 0 | 0.76 | 0.43 | 68.65 | 0.61 | 0.35 |
| Hex | 82 | 92 | 23 | B | 0 | 4C | 2B | 45 | 3D | 23 |
| Octal | 202 | 222 | 43 | 13 | 0 | 114 | 53 | 105 | 75 | 43 |
| Binary | 10000010 | 10010010 | 100011 | 1011 | 0 | 1001100 | 101011 | 1000101 | 111101 | 100011 |
Color Harmonies of #829223
Complementary color
Monochromatic Colors of #829223
Black with #829223
Text Example
Text Example
White with #829223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829223; }
p { color: rgb(130,146,35); }
H1.HeaderClassName
{
color: #829223;
}
.AnyTagClassName
{
color: #829223;
}
</style>
background-color css
<style>
a { background-color: #829223; }
a { background-color: rgb(130,146,35); }
div.DivClassName
{
background-color: #829223;
}
.BgClassName
{
background-color: #829223;
}
</style>
border-color css
<style>
span { border-color: #829223; }
span { border-color: rgb(130,146,35); }
td.TdClassName
{
border-color: #829223;
}
.TagClassName
{
border-color: #829223;
}
</style>