#828832

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

Shades of Wasabi #828832

Tints of Wasabi #828832

Color information

#828832 (or 0x828832) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 32. RGB value is (130,136,50). Sum of RGB (Red+Green+Blue) = 130+136+50=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #828832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828832 is #7D77CD. Grayscale: #7C7C7C. Windows color (decimal): -8222670 or 3311746. OLE color: 3311746.

HSL color Cylindrical-coordinate representation of color #828832: hue angle of 64.19º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828832 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13013650-
CMYK0.0400.630.47
HSL64.19º46.24%36.47%-
HSV(B)64.19º63.24%53.33%-
XYZ18.5922.586.4-
YUV124.486.01131.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=41.14%
G=43.04%
B=15.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136500.0400.630.4764.1946.2436.47
Hex828832403F2F402e24
Octal202210624077571005644
Binary100000101000100011001010001111111011111000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828832; }

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

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

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

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

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

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

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

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