Html Css Color HEX #829049 Wasabi

📋 copy color: '#829049'

red 130 ◦ green 144 ◦ blue 73

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

Shades of Wasabi #829049

Tints of Wasabi #829049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 37.46%
G = 41.5%
B = 21.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#829049 (or 0x829049) is known color: Wasabi. HEX triplet: 82, 90 and 49. RGB value is (130,144,73). Sum of RGB (Red+Green+Blue) = 130+144+73=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #829049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829049 is #7D6FB6. Grayscale: #838383. Windows color (decimal): -8220599 or 4821122. OLE color: 4821122.

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

Color convert

RGB 130 144 73 -
CMYK 0.10 0 0.49 0.44
HSL 71.83º 0.33% 0.43% -
HSV(B) 71.83º 0.49% 0.56% -
XYZ 20.38 25.17 10.09 -
YUV 131.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 130 144 73 0.10 0 0.49 0.44 71.83 0.33 0.43
Hex 82 90 49 A 0 31 2C 48 21 2B
Octal 202 220 111 12 0 61 54 110 41 53
Binary 10000010 10010000 1001001 1010 0 110001 101100 1001000 100001 101011

Color Harmonies of #829049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829049

Black with #829049

Text Example


Text Example

White with #829049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829049; }

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

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

background-color css

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

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

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

border-color css

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

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

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