#828833

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

Shades of Wasabi #828833

Tints of Wasabi #828833

Color information

#828833 (or 0x828833) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 33. RGB value is (130,136,51). Sum of RGB (Red+Green+Blue) = 130+136+51=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #828833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828833 is #7D77CC. Grayscale: #7C7C7C. Windows color (decimal): -8222669 or 3377282. OLE color: 3377282.

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

Color convert

RGB13013651-
CMYK0.0400.620.47
HSL64.24º45.45%36.67%-
HSV(B)64.24º62.5%53.33%-
XYZ18.6122.596.51-
YUV124.5286.51131.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=41.01%
G=42.90%
B=16.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136510.0400.620.4764.2445.4536.67
Hex828833403E2F402d25
Octal202210634076571005545
Binary100000101000100011001110001111101011111000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828833; }

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

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

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

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

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

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

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

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