Html Css Color HEX #829270 Camouflage Green

📋 copy color: '#829270'

red 130 ◦ green 146 ◦ blue 112

#829270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #829270

Tints of Camouflage Green #829270

RGB

 RED value IS 130 (51.17% from 255) = 33.51%

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 33.51%
G = 37.63%
B = 28.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#829270 (or 0x829270) is known color: Camouflage Green. HEX triplet: 82, 92 and 70. RGB value is (130,146,112). Sum of RGB (Red+Green+Blue) = 130+146+112=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #829270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829270 is #7D6D8F. Grayscale: #898989. Windows color (decimal): -8220048 or 7377538. OLE color: 7377538.

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

Color convert

RGB 130 146 112 -
CMYK 0.11 0 0.23 0.43
HSL 88.24º 0.13% 0.51% -
HSV(B) 88.24º 0.23% 0.57% -
XYZ 22.41 26.47 19.26 -
YUV 137.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 130 146 112 0.11 0 0.23 0.43 88.24 0.13 0.51
Hex 82 92 70 B 0 17 2B 58 D 33
Octal 202 222 160 13 0 27 53 130 15 63
Binary 10000010 10010010 1110000 1011 0 10111 101011 1011000 1101 110011

Color Harmonies of #829270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829270

Black with #829270

Text Example


Text Example

White with #829270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829270; }

 p { color: rgb(130,146,112); }

 H1.HeaderClassName
 {
   color: #829270;
 }
 .AnyTagClassName
 {
   color: #829270;
 }
</style>

background-color css

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

 a { background-color: rgb(130,146,112); }

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

border-color css

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

 span { border-color: rgb(130,146,112); }

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