Html Css Color HEX #829334 Wasabi

📋 copy color: '#829334'

red 130 ◦ green 147 ◦ blue 52

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

Shades of Wasabi #829334

Tints of Wasabi #829334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 39.51%
G = 44.68%
B = 15.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#829334 (or 0x829334) is known color: Wasabi. HEX triplet: 82, 93 and 34. RGB value is (130,147,52). Sum of RGB (Red+Green+Blue) = 130+147+52=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #829334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829334 is #7D6CCB. Grayscale: #838383. Windows color (decimal): -8219852 or 3445634. OLE color: 3445634.

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

Color convert

RGB 130 147 52 -
CMYK 0.12 0 0.65 0.42
HSL 70.74º 0.48% 0.39% -
HSV(B) 70.74º 0.65% 0.58% -
XYZ 20.26 25.86 7.17 -
YUV 131.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 130 147 52 0.12 0 0.65 0.42 70.74 0.48 0.39
Hex 82 93 34 C 0 41 2A 47 30 27
Octal 202 223 64 14 0 101 52 107 60 47
Binary 10000010 10010011 110100 1100 0 1000001 101010 1000111 110000 100111

Color Harmonies of #829334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829334

Black with #829334

Text Example


Text Example

White with #829334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829334; }

 p { color: rgb(130,147,52); }

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

background-color css

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

 a { background-color: rgb(130,147,52); }

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

border-color css

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

 span { border-color: rgb(130,147,52); }

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