Html Css Color HEX #829141 Wasabi

📋 copy color: '#829141'

red 130 ◦ green 145 ◦ blue 65

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

Shades of Wasabi #829141

Tints of Wasabi #829141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 38.24%
G = 42.65%
B = 19.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#829141 (or 0x829141) is known color: Wasabi. HEX triplet: 82, 91 and 41. RGB value is (130,145,65). Sum of RGB (Red+Green+Blue) = 130+145+65=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #829141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829141 is #7D6EBE. Grayscale: #838383. Windows color (decimal): -8220351 or 4297090. OLE color: 4297090.

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

Color convert

RGB 130 145 65 -
CMYK 0.10 0 0.55 0.43
HSL 71.25º 0.38% 0.41% -
HSV(B) 71.25º 0.55% 0.57% -
XYZ 20.29 25.38 8.83 -
YUV 131.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 130 145 65 0.10 0 0.55 0.43 71.25 0.38 0.41
Hex 82 91 41 A 0 37 2B 47 26 29
Octal 202 221 101 12 0 67 53 107 46 51
Binary 10000010 10010001 1000001 1010 0 110111 101011 1000111 100110 101001

Color Harmonies of #829141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829141

Black with #829141

Text Example


Text Example

White with #829141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829141; }

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

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

background-color css

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

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

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

border-color css

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

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

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