Html Css Color HEX #829129 Wasabi

📋 copy color: '#829129'

red 130 ◦ green 145 ◦ blue 41

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

Shades of Wasabi #829129

Tints of Wasabi #829129

RGB

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

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

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

R = 41.14%
G = 45.89%
B = 12.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#829129 (or 0x829129) is known color: Wasabi. HEX triplet: 82, 91 and 29. RGB value is (130,145,41). Sum of RGB (Red+Green+Blue) = 130+145+41=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #829129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829129 is #7D6ED6. Grayscale: #818181. Windows color (decimal): -8220375 or 2724226. OLE color: 2724226.

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

Color convert

RGB 130 145 41 -
CMYK 0.10 0 0.72 0.43
HSL 68.65º 0.56% 0.36% -
HSV(B) 68.65º 0.72% 0.57% -
XYZ 19.73 25.16 5.91 -
YUV 128.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 130 145 41 0.10 0 0.72 0.43 68.65 0.56 0.36
Hex 82 91 29 A 0 48 2B 45 38 24
Octal 202 221 51 12 0 110 53 105 70 44
Binary 10000010 10010001 101001 1010 0 1001000 101011 1000101 111000 100100

Color Harmonies of #829129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829129

Black with #829129

Text Example


Text Example

White with #829129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829129; }

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

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

background-color css

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

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

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

border-color css

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

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

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