Html Css Color HEX #829429 Wasabi

📋 copy color: '#829429'

red 130 ◦ green 148 ◦ blue 41

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

Shades of Wasabi #829429

Tints of Wasabi #829429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 40.75%
G = 46.39%
B = 12.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#829429 (or 0x829429) is known color: Wasabi. HEX triplet: 82, 94 and 29. RGB value is (130,148,41). Sum of RGB (Red+Green+Blue) = 130+148+41=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #829429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829429 is #7D6BD6. Grayscale: #828282. Windows color (decimal): -8219607 or 2724994. OLE color: 2724994.

HSL color Cylindrical-coordinate representation of color #829429: hue angle of 70.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #829429 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 41 -
CMYK 0.12 0 0.72 0.42
HSL 70.09º 0.57% 0.37% -
HSV(B) 70.09º 0.72% 0.58% -
XYZ 20.2 26.09 6.07 -
YUV 130.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 130 148 41 0.12 0 0.72 0.42 70.09 0.57 0.37
Hex 82 94 29 C 0 48 2A 46 39 25
Octal 202 224 51 14 0 110 52 106 71 45
Binary 10000010 10010100 101001 1100 0 1001000 101010 1000110 111001 100101

Color Harmonies of #829429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829429

Black with #829429

Text Example


Text Example

White with #829429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829429; }

 p { color: rgb(130,148,41); }

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

background-color css

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

 a { background-color: rgb(130,148,41); }

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

border-color css

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

 span { border-color: rgb(130,148,41); }

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