Html Css Color HEX #829172 Camouflage Green

📋 copy color: '#829172'

red 130 ◦ green 145 ◦ blue 114

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

Shades of Camouflage Green #829172

Tints of Camouflage Green #829172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 33.42%
G = 37.28%
B = 29.31%

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

#829172 (or 0x829172) is known color: Camouflage Green. HEX triplet: 82, 91 and 72. RGB value is (130,145,114). Sum of RGB (Red+Green+Blue) = 130+145+114=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #829172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829172 is #7D6E8D. Grayscale: #898989. Windows color (decimal): -8220302 or 7508354. OLE color: 7508354.

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

Color convert

RGB 130 145 114 -
CMYK 0.10 0 0.21 0.43
HSL 89.03º 0.12% 0.51% -
HSV(B) 89.03º 0.21% 0.57% -
XYZ 22.37 26.21 19.8 -
YUV 136.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 130 145 114 0.10 0 0.21 0.43 89.03 0.12 0.51
Hex 82 91 72 A 0 15 2B 59 C 33
Octal 202 221 162 12 0 25 53 131 14 63
Binary 10000010 10010001 1110010 1010 0 10101 101011 1011001 1100 110011

Color Harmonies of #829172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829172

Black with #829172

Text Example


Text Example

White with #829172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829172; }

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

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

background-color css

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

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

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

border-color css

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

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

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