#828A33

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

Shades of Wasabi #828A33

Tints of Wasabi #828A33

Color information

#828A33 (or 0x828A33) is unknown color: approx Wasabi. HEX triplet: 82, 8A and 33. RGB value is (130,138,51). Sum of RGB (Red+Green+Blue) = 130+138+51=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #828A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A33 is #7D75CC. Grayscale: #7E7E7E. Windows color (decimal): -8222157 or 3377794. OLE color: 3377794.

HSL color Cylindrical-coordinate representation of color #828A33: hue angle of 65.52º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828A33 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13013851-
CMYK0.0600.630.46
HSL65.52º46.03%37.06%-
HSV(B)65.52º63.04%54.12%-
XYZ18.8923.166.61-
YUV125.6985.85131.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=40.75%
G=43.26%
B=15.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138510.0600.630.4665.5246.0337.06
Hex828A33603F2E422e25
Octal202212636077561025645
Binary100000101000101011001111001111111011101000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A33; }

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

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

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

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

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

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

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

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