#829433

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

Shades of Wasabi #829433

Tints of Wasabi #829433

Color information

#829433 (or 0x829433) is unknown color: approx Wasabi. HEX triplet: 82, 94 and 33. RGB value is (130,148,51). Sum of RGB (Red+Green+Blue) = 130+148+51=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #829433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829433 is #7D6BCC. Grayscale: #838383. Windows color (decimal): -8219597 or 3380354. OLE color: 3380354.

HSL color Cylindrical-coordinate representation of color #829433: hue angle of 71.13º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #829433 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13014851-
CMYK0.1200.660.42
HSL71.13º48.74%39.02%-
HSV(B)71.13º65.54%58.04%-
XYZ20.3926.167.11-
YUV131.5682.54126.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=39.51%
G=44.98%
B=15.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148510.1200.660.4271.1348.7439.02
Hex829433C0422A473127
Octal20222463140102521076147
Binary10000010100101001100111100010000101010101000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829433; }

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

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

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

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

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

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

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

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