Html Css Color HEX #829741 Wasabi

📋 copy color: '#829741'

red 130 ◦ green 151 ◦ blue 65

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

Shades of Wasabi #829741

Tints of Wasabi #829741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.64%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 37.57%
G = 43.64%
B = 18.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#829741 (or 0x829741) is known color: Wasabi. HEX triplet: 82, 97 and 41. RGB value is (130,151,65). Sum of RGB (Red+Green+Blue) = 130+151+65=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #829741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829741 is #7D68BE. Grayscale: #878787. Windows color (decimal): -8218815 or 4298626. OLE color: 4298626.

HSL color Cylindrical-coordinate representation of color #829741: hue angle of 74.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #829741 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 65 -
CMYK 0.14 0 0.57 0.41
HSL 74.65º 0.4% 0.42% -
HSV(B) 74.65º 0.57% 0.59% -
XYZ 21.23 27.26 9.14 -
YUV 134.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 130 151 65 0.14 0 0.57 0.41 74.65 0.4 0.42
Hex 82 97 41 E 0 39 29 4B 28 2A
Octal 202 227 101 16 0 71 51 113 50 52
Binary 10000010 10010111 1000001 1110 0 111001 101001 1001011 101000 101010

Color Harmonies of #829741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829741

Black with #829741

Text Example


Text Example

White with #829741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829741; }

 p { color: rgb(130,151,65); }

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

background-color css

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

 a { background-color: rgb(130,151,65); }

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

border-color css

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

 span { border-color: rgb(130,151,65); }

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