Html Css Color HEX #829642 Wasabi

📋 copy color: '#829642'

red 130 ◦ green 150 ◦ blue 66

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

Shades of Wasabi #829642

Tints of Wasabi #829642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 37.57%
G = 43.35%
B = 19.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#829642 (or 0x829642) is known color: Wasabi. HEX triplet: 82, 96 and 42. RGB value is (130,150,66). Sum of RGB (Red+Green+Blue) = 130+150+66=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #829642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829642 is #7D69BD. Grayscale: #868686. Windows color (decimal): -8219070 or 4363906. OLE color: 4363906.

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

Color convert

RGB 130 150 66 -
CMYK 0.13 0 0.56 0.41
HSL 74.29º 0.39% 0.42% -
HSV(B) 74.29º 0.56% 0.59% -
XYZ 21.1 26.95 9.24 -
YUV 134.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 130 150 66 0.13 0 0.56 0.41 74.29 0.39 0.42
Hex 82 96 42 D 0 38 29 4A 27 2A
Octal 202 226 102 15 0 70 51 112 47 52
Binary 10000010 10010110 1000010 1101 0 111000 101001 1001010 100111 101010

Color Harmonies of #829642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829642

Black with #829642

Text Example


Text Example

White with #829642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829642; }

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

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

background-color css

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

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

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

border-color css

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

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

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