Html Css Color HEX #829A49 Wasabi

📋 copy color: '#829A49'

red 130 ◦ green 154 ◦ blue 73

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

Shades of Wasabi #829A49

Tints of Wasabi #829A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 36.41%
G = 43.14%
B = 20.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#829A49 (or 0x829A49) is known color: Wasabi. HEX triplet: 82, 9A and 49. RGB value is (130,154,73). Sum of RGB (Red+Green+Blue) = 130+154+73=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #829A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A49 is #7D65B6. Grayscale: #898989. Windows color (decimal): -8218039 or 4823682. OLE color: 4823682.

HSL color Cylindrical-coordinate representation of color #829A49: hue angle of 77.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #829A49 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 154 73 -
CMYK 0.16 0 0.53 0.40
HSL 77.78º 0.36% 0.45% -
HSV(B) 77.78º 0.53% 0.6% -
XYZ 21.96 28.34 10.62 -
YUV 137.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 130 154 73 0.16 0 0.53 0.40 77.78 0.36 0.45
Hex 82 9A 49 10 0 35 28 4E 24 2D
Octal 202 232 111 20 0 65 50 116 44 55
Binary 10000010 10011010 1001001 10000 0 110101 101000 1001110 100100 101101

Color Harmonies of #829A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A49

Black with #829A49

Text Example


Text Example

White with #829A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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