Html Css Color HEX #828634 Wasabi

📋 copy color: '#828634'

red 130 ◦ green 134 ◦ blue 52

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

Shades of Wasabi #828634

Tints of Wasabi #828634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

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

R = 41.14%
G = 42.41%
B = 16.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#828634 (or 0x828634) is known color: Wasabi. HEX triplet: 82, 86 and 34. RGB value is (130,134,52). Sum of RGB (Red+Green+Blue) = 130+134+52=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #828634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828634 is #7D79CB. Grayscale: #7B7B7B. Windows color (decimal): -8223180 or 3442306. OLE color: 3442306.

HSL color Cylindrical-coordinate representation of color #828634: hue angle of 62.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828634 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 52 -
CMYK 0.03 0 0.61 0.47
HSL 62.93º 0.44% 0.36% -
HSV(B) 62.93º 0.61% 0.53% -
XYZ 18.35 22.04 6.54 -
YUV 123.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 130 134 52 0.03 0 0.61 0.47 62.93 0.44 0.36
Hex 82 86 34 3 0 3D 2F 3F 2C 24
Octal 202 206 64 3 0 75 57 77 54 44
Binary 10000010 10000110 110100 11 0 111101 101111 111111 101100 100100

Color Harmonies of #828634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828634

Black with #828634

Text Example


Text Example

White with #828634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828634; }

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

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

background-color css

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

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

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

border-color css

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

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

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