#829842

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

Shades of Wasabi #829842

Tints of Wasabi #829842

Color information

#829842 (or 0x829842) is unknown color: approx Wasabi. HEX triplet: 82, 98 and 42. RGB value is (130,152,66). Sum of RGB (Red+Green+Blue) = 130+152+66=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #829842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829842 is #7D67BD. Grayscale: #878787. Windows color (decimal): -8218558 or 4364418. OLE color: 4364418.

HSL color Cylindrical-coordinate representation of color #829842: hue angle of 75.35º degrees, saturation: 0.39, 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 #829842 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB13015266-
CMYK0.1400.570.40
HSL75.35º39.45%42.75%-
HSV(B)75.35º56.58%59.61%-
XYZ21.4227.69.35-
YUV135.6288.71123.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=37.36%
G=43.68%
B=18.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152660.1400.570.4075.3539.4542.75
Hex829842E039284b272b
Octal20223010216071501134753
Binary10000010100110001000010111001110011010001001011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829842; }

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

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

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

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

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

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

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

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