Shades of Camouflage Green #829273
Tints of Camouflage Green #829273
RGB
CMYK
RGB Variations
Color information
#829273 (or 0x829273) is known color: Camouflage Green. HEX triplet: 82, 92 and 73. RGB value is (130,146,115). Sum of RGB (Red+Green+Blue) = 130+146+115=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #829273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829273 is #7D6D8C. Grayscale: #898989. Windows color (decimal): -8220045 or 7574146. OLE color: 7574146.
HSL color Cylindrical-coordinate representation of color #829273: hue angle of 90.97º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829273 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 115 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.43 |
| HSL | 90.97º | 0.12% | 0.51% | - |
| HSV(B) | 90.97º | 0.21% | 0.57% | - |
| XYZ | 22.58 | 26.54 | 20.15 | - |
| YUV | 137.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 115 | 0.11 | 0 | 0.21 | 0.43 | 90.97 | 0.12 | 0.51 |
| Hex | 82 | 92 | 73 | B | 0 | 15 | 2B | 5B | C | 33 |
| Octal | 202 | 222 | 163 | 13 | 0 | 25 | 53 | 133 | 14 | 63 |
| Binary | 10000010 | 10010010 | 1110011 | 1011 | 0 | 10101 | 101011 | 1011011 | 1100 | 110011 |
Color Harmonies of #829273
Complementary color
Monochromatic Colors of #829273
Black with #829273
Text Example
Text Example
White with #829273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829273; }
p { color: rgb(130,146,115); }
H1.HeaderClassName
{
color: #829273;
}
.AnyTagClassName
{
color: #829273;
}
</style>
background-color css
<style>
a { background-color: #829273; }
a { background-color: rgb(130,146,115); }
div.DivClassName
{
background-color: #829273;
}
.BgClassName
{
background-color: #829273;
}
</style>
border-color css
<style>
span { border-color: #829273; }
span { border-color: rgb(130,146,115); }
td.TdClassName
{
border-color: #829273;
}
.TagClassName
{
border-color: #829273;
}
</style>