Shades of Camouflage Green #83887E
Tints of Camouflage Green #83887E
RGB
CMYK
RGB Variations
Color information
#83887E (or 0x83887E) is known color: Camouflage Green. HEX triplet: 83, 88 and 7E. RGB value is (131,136,126). Sum of RGB (Red+Green+Blue) = 131+136+126=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #83887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887E is #7C7781. Grayscale: #858585. Windows color (decimal): -8157058 or 8292483. OLE color: 8292483.
HSL color Cylindrical-coordinate representation of color #83887E: hue angle of 90º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83887E is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 126 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.47 |
| HSL | 90º | 0.04% | 0.51% | - |
| HSV(B) | 90º | 0.07% | 0.53% | - |
| XYZ | 21.93 | 23.94 | 23.2 | - |
| YUV | 133.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 126 | 0.04 | 0 | 0.07 | 0.47 | 90 | 0.04 | 0.51 |
| Hex | 83 | 88 | 7E | 4 | 0 | 7 | 2F | 5A | 4 | 33 |
| Octal | 203 | 210 | 176 | 4 | 0 | 7 | 57 | 132 | 4 | 63 |
| Binary | 10000011 | 10001000 | 1111110 | 100 | 0 | 111 | 101111 | 1011010 | 100 | 110011 |
Color Harmonies of #83887E
Complementary color
Monochromatic Colors of #83887E
Black with #83887E
Text Example
Text Example
White with #83887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83887E; }
p { color: rgb(131,136,126); }
H1.HeaderClassName
{
color: #83887E;
}
.AnyTagClassName
{
color: #83887E;
}
</style>
background-color css
<style>
a { background-color: #83887E; }
a { background-color: rgb(131,136,126); }
div.DivClassName
{
background-color: #83887E;
}
.BgClassName
{
background-color: #83887E;
}
</style>
border-color css
<style>
span { border-color: #83887E; }
span { border-color: rgb(131,136,126); }
td.TdClassName
{
border-color: #83887E;
}
.TagClassName
{
border-color: #83887E;
}
</style>