#829150

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

Shades of Wasabi #829150

Tints of Wasabi #829150

Color information

#829150 (or 0x829150) is unknown color: approx Wasabi. HEX triplet: 82, 91 and 50. RGB value is (130,145,80). Sum of RGB (Red+Green+Blue) = 130+145+80=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #829150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829150 is #7D6EAF. Grayscale: #858585. Windows color (decimal): -8220336 or 5280130. OLE color: 5280130.

HSL color Cylindrical-coordinate representation of color #829150: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829150 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13014580-
CMYK0.1000.450.43
HSL73.85º28.89%44.12%-
HSV(B)73.85º44.83%56.86%-
XYZ20.7825.5811.43-
YUV133.198.03125.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=36.62%
G=40.85%
B=22.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145800.1000.450.4373.8528.8944.12
Hex829150A02D2B4a1d2c
Octal20222112012055531123554
Binary1000001010010001101000010100101101101011100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829150; }

 p { color: rgb(130,145,80); }

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

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

 a { background-color: rgb(130,145,80); }

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

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

 span { border-color: rgb(130,145,80); }

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