Html Css Color HEX #829A41 Wasabi

📋 copy color: '#829A41'

red 130 ◦ green 154 ◦ blue 65

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

Shades of Wasabi #829A41

Tints of Wasabi #829A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

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

R = 37.25%
G = 44.13%
B = 18.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#829A41 (or 0x829A41) is known color: Wasabi. HEX triplet: 82, 9A and 41. RGB value is (130,154,65). Sum of RGB (Red+Green+Blue) = 130+154+65=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #829A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A41 is #7D65BE. Grayscale: #898989. Windows color (decimal): -8218047 or 4299394. OLE color: 4299394.

HSL color Cylindrical-coordinate representation of color #829A41: hue angle of 76.18º degrees, saturation: 0.41, 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 #829A41 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 154 65 -
CMYK 0.16 0 0.58 0.40
HSL 76.18º 0.41% 0.43% -
HSV(B) 76.18º 0.58% 0.6% -
XYZ 21.72 28.24 9.31 -
YUV 136.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 130 154 65 0.16 0 0.58 0.40 76.18 0.41 0.43
Hex 82 9A 41 10 0 3A 28 4C 29 2B
Octal 202 232 101 20 0 72 50 114 51 53
Binary 10000010 10011010 1000001 10000 0 111010 101000 1001100 101001 101011

Color Harmonies of #829A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A41

Black with #829A41

Text Example


Text Example

White with #829A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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