#829B46

Color #829B46 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #829B46

Tints of Wasabi #829B46

Color information

#829B46 (or 0x829B46) is unknown color: approx Wasabi. HEX triplet: 82, 9B and 46. RGB value is (130,155,70). Sum of RGB (Red+Green+Blue) = 130+155+70=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #829B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B46 is #7D64B9. Grayscale: #8A8A8A. Windows color (decimal): -8217786 or 4627330. OLE color: 4627330.

HSL color Cylindrical-coordinate representation of color #829B46: hue angle of 77.65º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #829B46 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB13015570-
CMYK0.1600.550.39
HSL77.65º37.78%44.12%-
HSV(B)77.65º54.84%60.78%-
XYZ22.0328.6310.16-
YUV137.8389.72122.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=36.62%
G=43.66%
B=19.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155700.1600.550.3977.6537.7844.12
Hex829B4610037274e262c
Octal20223310620067471164654
Binary100000101001101110001101000001101111001111001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,155,70); }

 H1.HeaderClassName
 {
   color: #829B46;
 }
 .AnyTagClassName
 {
   color: #829B46;
 }
</style>
background-color css

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

 a { background-color: rgb(130,155,70); }

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

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

 span { border-color: rgb(130,155,70); }

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