#848B36

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

Shades of Wasabi #848B36

Tints of Wasabi #848B36

Color information

#848B36 (or 0x848B36) is unknown color: approx Wasabi. HEX triplet: 84, 8B and 36. RGB value is (132,139,54). Sum of RGB (Red+Green+Blue) = 132+139+54=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #848B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B36 is #7B74C9. Grayscale: #7F7F7F. Windows color (decimal): -8090826 or 3574660. OLE color: 3574660.

HSL color Cylindrical-coordinate representation of color #848B36: hue angle of 64.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #848B36 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB13213954-
CMYK0.0500.610.45
HSL64.94º44.04%37.84%-
HSV(B)64.94º61.15%54.51%-
XYZ19.4123.647.03-
YUV127.2286.68131.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=40.62%
G=42.77%
B=16.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139540.0500.610.4564.9444.0437.84
Hex848B36503D2D412c26
Octal204213665075551015446
Binary100001001000101111011010101111011011011000001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B36; }

 p { color: rgb(132,139,54); }

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

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

 a { background-color: rgb(132,139,54); }

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

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

 span { border-color: rgb(132,139,54); }

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