#82916E

Color #82916E Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #82916E

Tints of Camouflage Green #82916E

Color information

#82916E (or 0x82916E) is unknown color: approx Camouflage Green. HEX triplet: 82, 91 and 6E. RGB value is (130,145,110). Sum of RGB (Red+Green+Blue) = 130+145+110=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #82916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82916E is #7D6E91. Grayscale: #888888. Windows color (decimal): -8220306 or 7246210. OLE color: 7246210.

HSL color Cylindrical-coordinate representation of color #82916E: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82916E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB130145110-
CMYK0.1000.240.43
HSL85.71º13.73%50%-
HSV(B)85.71º24.14%56.86%-
XYZ22.1526.1218.63-
YUV136.52113.03123.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=33.77%
G=37.66%
B=28.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451100.1000.240.4385.7113.7350
Hex82916EA0182B56e32
Octal20222115612030531261662
Binary10000010100100011101110101001100010101110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82916E; }

 p { color: rgb(130,145,110); }

 H1.HeaderClassName
 {
   color: #82916E;
 }
 .AnyTagClassName
 {
   color: #82916E;
 }
</style>
background-color css

<style>
 a { background-color: #82916E; }

 a { background-color: rgb(130,145,110); }

 div.DivClassName
 {
   background-color: #82916E;
 }
 .BgClassName
 {
   background-color: #82916E;
 }
</style>
border-color css

<style>
 span { border-color: #82916E; }

 span { border-color: rgb(130,145,110); }

 td.TdClassName
 {
   border-color: #82916E;
 }
 .TagClassName
 {
   border-color: #82916E;
 }
</style>