#829832

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

Shades of Wasabi #829832

Tints of Wasabi #829832

Color information

#829832 (or 0x829832) is unknown color: approx Wasabi. HEX triplet: 82, 98 and 32. RGB value is (130,152,50). Sum of RGB (Red+Green+Blue) = 130+152+50=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #829832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829832 is #7D67CD. Grayscale: #868686. Windows color (decimal): -8218574 or 3315842. OLE color: 3315842.

HSL color Cylindrical-coordinate representation of color #829832: hue angle of 72.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829832 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB13015250-
CMYK0.1400.670.40
HSL72.94º50.5%39.61%-
HSV(B)72.94º67.11%59.61%-
XYZ21.0127.437.21-
YUV133.7980.71125.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=39.16%
G=45.78%
B=15.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152500.1400.670.4072.9450.539.61
Hex829832E04328493228
Octal20223062160103501116250
Binary10000010100110001100101110010000111010001001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829832; }

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

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

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

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

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

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

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

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