#828642

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

Shades of Wasabi #828642

Tints of Wasabi #828642

Color information

#828642 (or 0x828642) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 42. RGB value is (130,134,66). Sum of RGB (Red+Green+Blue) = 130+134+66=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #828642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828642 is #7D79BD. Grayscale: #7D7D7D. Windows color (decimal): -8223166 or 4359810. OLE color: 4359810.

HSL color Cylindrical-coordinate representation of color #828642: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #828642 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13013466-
CMYK0.0300.510.47
HSL63.53º34%39.22%-
HSV(B)63.53º50.75%52.55%-
XYZ18.7122.198.45-
YUV125.0594.67131.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 66 (26.17% from 255) = 20%
R=39.39%
G=40.61%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134660.0300.510.4763.533439.22
Hex82864230332F402227
Octal2022061023063571004247
Binary100000101000011010000101101100111011111000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828642; }

 p { color: rgb(130,134,66); }

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

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

 a { background-color: rgb(130,134,66); }

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

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

 span { border-color: rgb(130,134,66); }

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