Html Css Color HEX #829536 Wasabi

📋 copy color: '#829536'

red 130 ◦ green 149 ◦ blue 54

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

Shades of Wasabi #829536

Tints of Wasabi #829536

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 54 (21.48% from 255) = 16.22%

R = 39.04%
G = 44.74%
B = 16.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#829536 (or 0x829536) is known color: Wasabi. HEX triplet: 82, 95 and 36. RGB value is (130,149,54). Sum of RGB (Red+Green+Blue) = 130+149+54=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #829536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829536 is #7D6AC9. Grayscale: #848484. Windows color (decimal): -8219338 or 3577218. OLE color: 3577218.

HSL color Cylindrical-coordinate representation of color #829536: hue angle of 72º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #829536 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 54 -
CMYK 0.13 0 0.64 0.42
HSL 72º 0.47% 0.4% -
HSV(B) 72º 0.64% 0.58% -
XYZ 20.62 26.51 7.52 -
YUV 132.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 130 149 54 0.13 0 0.64 0.42 72 0.47 0.4
Hex 82 95 36 D 0 40 2A 48 2F 28
Octal 202 225 66 15 0 100 52 110 57 50
Binary 10000010 10010101 110110 1101 0 1000000 101010 1001000 101111 101000

Color Harmonies of #829536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829536

Black with #829536

Text Example


Text Example

White with #829536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829536; }

 p { color: rgb(130,149,54); }

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

background-color css

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

 a { background-color: rgb(130,149,54); }

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

border-color css

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

 span { border-color: rgb(130,149,54); }

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