Html Css Color HEX #829275 Camouflage Green

📋 copy color: '#829275'

red 130 ◦ green 146 ◦ blue 117

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

Shades of Camouflage Green #829275

Tints of Camouflage Green #829275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 33.08%
G = 37.15%
B = 29.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#829275 (or 0x829275) is known color: Camouflage Green. HEX triplet: 82, 92 and 75. RGB value is (130,146,117). Sum of RGB (Red+Green+Blue) = 130+146+117=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #829275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829275 is #7D6D8A. Grayscale: #8A8A8A. Windows color (decimal): -8220043 or 7705218. OLE color: 7705218.

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

Color convert

RGB 130 146 117 -
CMYK 0.11 0 0.20 0.43
HSL 93.1º 0.12% 0.52% -
HSV(B) 93.1º 0.2% 0.57% -
XYZ 22.7 26.59 20.77 -
YUV 137.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 130 146 117 0.11 0 0.20 0.43 93.1 0.12 0.52
Hex 82 92 75 B 0 14 2B 5D C 34
Octal 202 222 165 13 0 24 53 135 14 64
Binary 10000010 10010010 1110101 1011 0 10100 101011 1011101 1100 110100

Color Harmonies of #829275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829275

Black with #829275

Text Example


Text Example

White with #829275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829275; }

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

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

background-color css

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

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

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

border-color css

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

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

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