#848933

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

Shades of Wasabi #848933

Tints of Wasabi #848933

Color information

#848933 (or 0x848933) is unknown color: approx Wasabi. HEX triplet: 84, 89 and 33. RGB value is (132,137,51). Sum of RGB (Red+Green+Blue) = 132+137+51=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #848933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848933 is #7B76CC. Grayscale: #7E7E7E. Windows color (decimal): -8091341 or 3377540. OLE color: 3377540.

HSL color Cylindrical-coordinate representation of color #848933: hue angle of 63.49º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #848933 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13213751-
CMYK0.0400.630.46
HSL63.49º45.74%36.86%-
HSV(B)63.49º62.77%53.73%-
XYZ19.0623.046.57-
YUV125.785.84132.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=41.25%
G=42.81%
B=15.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137510.0400.630.4663.4945.7436.86
Hex848933403F2E3f2e25
Octal20421163407756775645
Binary10000100100010011100111000111111101110111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848933; }

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

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

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

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

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

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

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

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