Html Css Color HEX #829941 Wasabi

📋 copy color: '#829941'

red 130 ◦ green 153 ◦ blue 65

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

Shades of Wasabi #829941

Tints of Wasabi #829941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

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

R = 37.36%
G = 43.97%
B = 18.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#829941 (or 0x829941) is known color: Wasabi. HEX triplet: 82, 99 and 41. RGB value is (130,153,65). Sum of RGB (Red+Green+Blue) = 130+153+65=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #829941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829941 is #7D66BE. Grayscale: #888888. Windows color (decimal): -8218303 or 4299138. OLE color: 4299138.

HSL color Cylindrical-coordinate representation of color #829941: hue angle of 75.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #829941 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 65 -
CMYK 0.15 0 0.58 0.4
HSL 75.68º 0.4% 0.43% -
HSV(B) 75.68º 0.58% 0.6% -
XYZ 21.55 27.91 9.25 -
YUV 136.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 130 153 65 0.15 0 0.58 0.4 75.68 0.4 0.43
Hex 82 99 41 F 0 3A 28 4C 28 2B
Octal 202 231 101 17 0 72 50 114 50 53
Binary 10000010 10011001 1000001 1111 0 111010 101000 1001100 101000 101011

Color Harmonies of #829941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829941

Black with #829941

Text Example


Text Example

White with #829941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829941; }

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

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

background-color css

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

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

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

border-color css

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

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

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