#828933

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

Shades of Wasabi #828933

Tints of Wasabi #828933

Color information

#828933 (or 0x828933) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 33. RGB value is (130,137,51). Sum of RGB (Red+Green+Blue) = 130+137+51=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #828933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828933 is #7D76CC. Grayscale: #7D7D7D. Windows color (decimal): -8222413 or 3377538. OLE color: 3377538.

HSL color Cylindrical-coordinate representation of color #828933: hue angle of 64.88º 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 #828933 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13013751-
CMYK0.0500.630.46
HSL64.88º45.74%36.86%-
HSV(B)64.88º62.77%53.73%-
XYZ18.7522.886.56-
YUV125.186.18131.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=40.88%
G=43.08%
B=16.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137510.0500.630.4664.8845.7436.86
Hex828933503F2E412e25
Octal202211635077561015645
Binary100000101000100111001110101111111011101000001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828933; }

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

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

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

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

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

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

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

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