#829538

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

Shades of Wasabi #829538

Tints of Wasabi #829538

Color information

#829538 (or 0x829538) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 38. RGB value is (130,149,56). Sum of RGB (Red+Green+Blue) = 130+149+56=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #829538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829538 is #7D6AC7. Grayscale: #858585. Windows color (decimal): -8219336 or 3708290. OLE color: 3708290.

HSL color Cylindrical-coordinate representation of color #829538: hue angle of 72.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #829538 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB13014956-
CMYK0.1300.620.42
HSL72.26º45.37%40.2%-
HSV(B)72.26º62.42%58.43%-
XYZ20.6726.537.77-
YUV132.7284.71126.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=38.81%
G=44.48%
B=16.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149560.1300.620.4272.2645.3740.2
Hex829538D03E2A482d28
Octal2022257015076521105550
Binary1000001010010101111000110101111101010101001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829538; }

 p { color: rgb(130,149,56); }

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

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

 a { background-color: rgb(130,149,56); }

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

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

 span { border-color: rgb(130,149,56); }

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