#828937

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

Shades of Wasabi #828937

Tints of Wasabi #828937

Color information

#828937 (or 0x828937) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 37. RGB value is (130,137,55). Sum of RGB (Red+Green+Blue) = 130+137+55=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #828937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828937 is #7D76C8. Grayscale: #7D7D7D. Windows color (decimal): -8222409 or 3639682. OLE color: 3639682.

HSL color Cylindrical-coordinate representation of color #828937: hue angle of 65.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828937 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB13013755-
CMYK0.0500.600.46
HSL65.12º42.71%37.65%-
HSV(B)65.12º59.85%53.73%-
XYZ18.8422.917.04-
YUV125.5688.18131.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=40.37%
G=42.55%
B=17.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137550.0500.600.4665.1242.7137.65
Hex828937503C2E412b26
Octal202211675074561015346
Binary100000101000100111011110101111001011101000001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828937; }

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

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

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

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

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

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

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

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