Html Css Color HEX #829A42 Wasabi

📋 copy color: '#829A42'

red 130 ◦ green 154 ◦ blue 66

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

Shades of Wasabi #829A42

Tints of Wasabi #829A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 37.14%
G = 44%
B = 18.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#829A42 (or 0x829A42) is known color: Wasabi. HEX triplet: 82, 9A and 42. RGB value is (130,154,66). Sum of RGB (Red+Green+Blue) = 130+154+66=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #829A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A42 is #7D65BD. Grayscale: #898989. Windows color (decimal): -8218046 or 4364930. OLE color: 4364930.

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

Color convert

RGB 130 154 66 -
CMYK 0.16 0 0.57 0.40
HSL 76.36º 0.4% 0.43% -
HSV(B) 76.36º 0.57% 0.6% -
XYZ 21.74 28.25 9.46 -
YUV 136.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 130 154 66 0.16 0 0.57 0.40 76.36 0.4 0.43
Hex 82 9A 42 10 0 39 28 4C 28 2B
Octal 202 232 102 20 0 71 50 114 50 53
Binary 10000010 10011010 1000010 10000 0 111001 101000 1001100 101000 101011

Color Harmonies of #829A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A42

Black with #829A42

Text Example


Text Example

White with #829A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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