#849538

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

Shades of Wasabi #849538

Tints of Wasabi #849538

Color information

#849538 (or 0x849538) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 38. RGB value is (132,149,56). Sum of RGB (Red+Green+Blue) = 132+149+56=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #849538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849538 is #7B6AC7. Grayscale: #858585. Windows color (decimal): -8088264 or 3708292. OLE color: 3708292.

HSL color Cylindrical-coordinate representation of color #849538: hue angle of 70.97º 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 #849538 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB13214956-
CMYK0.1100.620.42
HSL70.97º45.37%40.2%-
HSV(B)70.97º62.42%58.43%-
XYZ20.9826.697.79-
YUV133.3284.37127.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=39.17%
G=44.21%
B=16.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149560.1100.620.4270.9745.3740.2
Hex849538B03E2A472d28
Octal2042257013076521075550
Binary1000010010010101111000101101111101010101000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849538; }

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

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

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

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

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

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

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

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