#829648

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

Shades of Wasabi #829648

Tints of Wasabi #829648

Color information

#829648 (or 0x829648) is unknown color: approx Wasabi. HEX triplet: 82, 96 and 48. RGB value is (130,150,72). Sum of RGB (Red+Green+Blue) = 130+150+72=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #829648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829648 is #7D69B7. Grayscale: #878787. Windows color (decimal): -8219064 or 4757122. OLE color: 4757122.

HSL color Cylindrical-coordinate representation of color #829648: hue angle of 75.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #829648 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB13015072-
CMYK0.1300.520.41
HSL75.38º35.14%43.53%-
HSV(B)75.38º52%58.82%-
XYZ21.2827.0310.23-
YUV135.1392.37124.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=36.93%
G=42.61%
B=20.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150720.1300.520.4175.3835.1443.53
Hex829648D034294b232c
Octal20222611015064511134354
Binary10000010100101101001000110101101001010011001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829648; }

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

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

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

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

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

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

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

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