Html Css Color HEX #829137 Wasabi

📋 copy color: '#829137'

red 130 ◦ green 145 ◦ blue 55

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

Shades of Wasabi #829137

Tints of Wasabi #829137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 39.39%
G = 43.94%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#829137 (or 0x829137) is known color: Wasabi. HEX triplet: 82, 91 and 37. RGB value is (130,145,55). Sum of RGB (Red+Green+Blue) = 130+145+55=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #829137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829137 is #7D6EC8. Grayscale: #828282. Windows color (decimal): -8220361 or 3641730. OLE color: 3641730.

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

Color convert

RGB 130 145 55 -
CMYK 0.10 0 0.62 0.43
HSL 70º 0.45% 0.39% -
HSV(B) 70º 0.62% 0.57% -
XYZ 20.02 25.27 7.44 -
YUV 130.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 130 145 55 0.10 0 0.62 0.43 70 0.45 0.39
Hex 82 91 37 A 0 3E 2B 46 2D 27
Octal 202 221 67 12 0 76 53 106 55 47
Binary 10000010 10010001 110111 1010 0 111110 101011 1000110 101101 100111

Color Harmonies of #829137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829137

Black with #829137

Text Example


Text Example

White with #829137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829137; }

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

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

background-color css

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

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

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

border-color css

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

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

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