#848C36

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

Shades of Wasabi #848C36

Tints of Wasabi #848C36

Color information

#848C36 (or 0x848C36) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 36. RGB value is (132,140,54). Sum of RGB (Red+Green+Blue) = 132+140+54=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #848C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C36 is #7B73C9. Grayscale: #808080. Windows color (decimal): -8090570 or 3574916. OLE color: 3574916.

HSL color Cylindrical-coordinate representation of color #848C36: hue angle of 65.58º 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 #848C36 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB13214054-
CMYK0.0600.610.45
HSL65.58º44.33%38.04%-
HSV(B)65.58º61.43%54.9%-
XYZ19.5623.937.08-
YUV127.886.35130.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=40.49%
G=42.94%
B=16.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140540.0600.610.4565.5844.3338.04
Hex848C36603D2D422c26
Octal204214666075551025446
Binary100001001000110011011011001111011011011000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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