#849276

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

Shades of Camouflage Green #849276

Tints of Camouflage Green #849276

Color information

#849276 (or 0x849276) is unknown color: approx Camouflage Green. HEX triplet: 84, 92 and 76. RGB value is (132,146,118). Sum of RGB (Red+Green+Blue) = 132+146+118=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #849276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849276 is #7B6D89. Grayscale: #8A8A8A. Windows color (decimal): -8088970 or 7770756. OLE color: 7770756.

HSL color Cylindrical-coordinate representation of color #849276: hue angle of 90º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849276 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB132146118-
CMYK0.1000.190.43
HSL90º11.38%51.76%-
HSV(B)90º19.18%57.25%-
XYZ23.0626.7721.09-
YUV138.62116.36123.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=33.33%
G=36.87%
B=29.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461180.1000.190.439011.3851.76
Hex849276A0132B5ab34
Octal20422216612023531321364
Binary10000100100100101110110101001001110101110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849276; }

 p { color: rgb(132,146,118); }

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

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

 a { background-color: rgb(132,146,118); }

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

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

 span { border-color: rgb(132,146,118); }

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