Html Css Color HEX #829629 Wasabi

📋 copy color: '#829629'

red 130 ◦ green 150 ◦ blue 41

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

Shades of Wasabi #829629

Tints of Wasabi #829629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.73%

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

R = 40.5%
G = 46.73%
B = 12.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#829629 (or 0x829629) is known color: Wasabi. HEX triplet: 82, 96 and 29. RGB value is (130,150,41). Sum of RGB (Red+Green+Blue) = 130+150+41=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #829629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829629 is #7D69D6. Grayscale: #848484. Windows color (decimal): -8219095 or 2725506. OLE color: 2725506.

HSL color Cylindrical-coordinate representation of color #829629: hue angle of 71.01º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #829629 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 41 -
CMYK 0.13 0 0.73 0.41
HSL 71.01º 0.57% 0.37% -
HSV(B) 71.01º 0.73% 0.59% -
XYZ 20.51 26.72 6.17 -
YUV 131.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 130 150 41 0.13 0 0.73 0.41 71.01 0.57 0.37
Hex 82 96 29 D 0 49 29 47 39 25
Octal 202 226 51 15 0 111 51 107 71 45
Binary 10000010 10010110 101001 1101 0 1001001 101001 1000111 111001 100101

Color Harmonies of #829629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829629

Black with #829629

Text Example


Text Example

White with #829629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829629; }

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

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

background-color css

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

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

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

border-color css

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

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

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