Html Css Color HEX #829240 Wasabi

📋 copy color: '#829240'

red 130 ◦ green 146 ◦ blue 64

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

Shades of Wasabi #829240

Tints of Wasabi #829240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 38.24%
G = 42.94%
B = 18.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#829240 (or 0x829240) is known color: Wasabi. HEX triplet: 82, 92 and 40. RGB value is (130,146,64). Sum of RGB (Red+Green+Blue) = 130+146+64=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #829240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829240 is #7D6DBF. Grayscale: #848484. Windows color (decimal): -8220096 or 4231810. OLE color: 4231810.

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

Color convert

RGB 130 146 64 -
CMYK 0.11 0 0.56 0.43
HSL 71.71º 0.39% 0.41% -
HSV(B) 71.71º 0.56% 0.57% -
XYZ 20.41 25.67 8.73 -
YUV 131.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 130 146 64 0.11 0 0.56 0.43 71.71 0.39 0.41
Hex 82 92 40 B 0 38 2B 48 27 29
Octal 202 222 100 13 0 70 53 110 47 51
Binary 10000010 10010010 1000000 1011 0 111000 101011 1001000 100111 101001

Color Harmonies of #829240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829240

Black with #829240

Text Example


Text Example

White with #829240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829240; }

 p { color: rgb(130,146,64); }

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

background-color css

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

 a { background-color: rgb(130,146,64); }

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

border-color css

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

 span { border-color: rgb(130,146,64); }

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