Html Css Color HEX #829173 Camouflage Green

📋 copy color: '#829173'

red 130 ◦ green 145 ◦ blue 115

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

Shades of Camouflage Green #829173

Tints of Camouflage Green #829173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 33.33%
G = 37.18%
B = 29.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#829173 (or 0x829173) is known color: Camouflage Green. HEX triplet: 82, 91 and 73. RGB value is (130,145,115). Sum of RGB (Red+Green+Blue) = 130+145+115=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #829173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829173 is #7D6E8C. Grayscale: #898989. Windows color (decimal): -8220301 or 7573890. OLE color: 7573890.

HSL color Cylindrical-coordinate representation of color #829173: hue angle of 90º 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 #829173 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 115 -
CMYK 0.10 0 0.21 0.43
HSL 90º 0.12% 0.51% -
HSV(B) 90º 0.21% 0.57% -
XYZ 22.43 26.23 20.1 -
YUV 137.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 130 145 115 0.10 0 0.21 0.43 90 0.12 0.51
Hex 82 91 73 A 0 15 2B 5A C 33
Octal 202 221 163 12 0 25 53 132 14 63
Binary 10000010 10010001 1110011 1010 0 10101 101011 1011010 1100 110011

Color Harmonies of #829173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829173

Black with #829173

Text Example


Text Example

White with #829173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829173; }

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

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

background-color css

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

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

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

border-color css

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

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

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