#849533

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

Shades of Wasabi #849533

Tints of Wasabi #849533

Color information

#849533 (or 0x849533) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 33. RGB value is (132,149,51). Sum of RGB (Red+Green+Blue) = 132+149+51=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #849533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849533 is #7B6ACC. Grayscale: #858585. Windows color (decimal): -8088269 or 3380612. OLE color: 3380612.

HSL color Cylindrical-coordinate representation of color #849533: hue angle of 70.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849533 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13214951-
CMYK0.1100.660.42
HSL70.41º49%39.22%-
HSV(B)70.41º65.77%58.43%-
XYZ20.8626.647.17-
YUV132.7481.87127.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=39.76%
G=44.88%
B=15.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149510.1100.660.4270.414939.22
Hex849533B0422A463127
Octal20422563130102521066147
Binary10000100100101011100111011010000101010101000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849533; }

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

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

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

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

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

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

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

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