#849333

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

Shades of Wasabi #849333

Tints of Wasabi #849333

Color information

#849333 (or 0x849333) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 33. RGB value is (132,147,51). Sum of RGB (Red+Green+Blue) = 132+147+51=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #849333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849333 is #7B6CCC. Grayscale: #838383. Windows color (decimal): -8088781 or 3380100. OLE color: 3380100.

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

Color convert

RGB13214751-
CMYK0.1000.650.42
HSL69.38º48.48%38.82%-
HSV(B)69.38º65.31%57.65%-
XYZ20.5526.017.07-
YUV131.5782.53128.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=40%
G=44.55%
B=15.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147510.1000.650.4269.3848.4838.82
Hex849333A0412A453027
Octal20422363120101521056047
Binary10000100100100111100111010010000011010101000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849333; }

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

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

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

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

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

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

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

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