#829148

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

Shades of Wasabi #829148

Tints of Wasabi #829148

Color information

#829148 (or 0x829148) is unknown color: approx Wasabi. HEX triplet: 82, 91 and 48. RGB value is (130,145,72). Sum of RGB (Red+Green+Blue) = 130+145+72=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #829148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829148 is #7D6EB7. Grayscale: #848484. Windows color (decimal): -8220344 or 4755842. OLE color: 4755842.

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

Color convert

RGB13014572-
CMYK0.1000.500.43
HSL72.33º33.64%42.55%-
HSV(B)72.33º50.34%56.86%-
XYZ20.525.469.97-
YUV132.1994.03126.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=37.46%
G=41.79%
B=20.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145720.1000.500.4372.3333.6442.55
Hex829148A0322B48222b
Octal20222111012062531104253
Binary10000010100100011001000101001100101010111001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829148; }

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

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

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

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

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

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

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

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