Html Css Color HEX #829149 Wasabi

📋 copy color: '#829149'

red 130 ◦ green 145 ◦ blue 73

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

Shades of Wasabi #829149

Tints of Wasabi #829149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 37.36%
G = 41.67%
B = 20.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#829149 (or 0x829149) is known color: Wasabi. HEX triplet: 82, 91 and 49. RGB value is (130,145,73). Sum of RGB (Red+Green+Blue) = 130+145+73=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #829149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829149 is #7D6EB6. Grayscale: #848484. Windows color (decimal): -8220343 or 4821378. OLE color: 4821378.

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

Color convert

RGB 130 145 73 -
CMYK 0.10 0 0.50 0.43
HSL 72.5º 0.33% 0.43% -
HSV(B) 72.5º 0.5% 0.57% -
XYZ 20.53 25.48 10.14 -
YUV 132.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 130 145 73 0.10 0 0.50 0.43 72.5 0.33 0.43
Hex 82 91 49 A 0 32 2B 48 21 2B
Octal 202 221 111 12 0 62 53 110 41 53
Binary 10000010 10010001 1001001 1010 0 110010 101011 1001000 100001 101011

Color Harmonies of #829149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829149

Black with #829149

Text Example


Text Example

White with #829149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829149; }

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

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

background-color css

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

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

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

border-color css

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

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

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